VirtualBox

Changeset 45528 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Apr 12, 2013 5:32:57 PM (12 years ago)
Author:
vboxsync
Message:

VBOX_WITH_RAW_MODE changes.

Location:
trunk/src/recompiler
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxRecompiler.c

    r45485 r45528  
    16571657        }
    16581658
     1659#ifdef VBOX_WITH_RAW_MODE
    16591660        if (PATMIsPatchGCAddr(env->pVM, eip))
    16601661        {
     
    16631664            return true;
    16641665        }
     1666#endif
    16651667
    16661668#if !defined(VBOX_ALLOW_IF0) && !defined(VBOX_RUN_INTERRUPT_GATE_HANDLERS)
     
    17411743
    17421744
     1745#ifdef VBOX_WITH_RAW_MODE
    17431746/**
    17441747 * Fetches a code byte.
     
    17561759    return false;
    17571760}
     1761#endif /* VBOX_WITH_RAW_MODE */
    17581762
    17591763
     
    20892093void remR3RecordCall(CPUX86State *env)
    20902094{
     2095#ifdef VBOX_WITH_RAW_MODE
    20912096    CSAMR3RecordCallAddress(env->pVM, env->eip);
     2097#endif
    20922098}
    20932099
  • trunk/src/recompiler/target-i386/translate.c

    r42601 r45528  
    107107    uint8_t b;
    108108
     109# ifdef VBOX_WITH_RAW_MODE
    109110    if (!remR3GetOpcode(cpu_single_env, pc, &b))
     111# endif
    110112        b = ldub_code(pc);
    111113    return b;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette