VirtualBox

Changeset 19297 in vbox for trunk/src/VBox/VMM/REMInternal.h


Ignore:
Timestamp:
May 1, 2009 5:03:40 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
46752
Message:

Renamed src/recompiler_new to src/recompiler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/REMInternal.h

    r18927 r19297  
    211211    uint32_t                abPadding[HC_ARCH_BITS == 32 ? 6 : 4];
    212212
    213 #ifdef VBOX_WITH_NEW_RECOMPILER
    214213#if GC_ARCH_BITS == 32
    215214# define REM_ENV_SIZE        (HC_ARCH_BITS == 32 ? 0xff00 : 0xff00)
     
    217216# define REM_ENV_SIZE        (HC_ARCH_BITS == 32 ? 0xff00 : 0xff00)
    218217#endif
    219 #else  /* !VBOX_WITH_NEW_RECOMPILER */
    220 #if GC_ARCH_BITS == 32
    221 # define REM_ENV_SIZE        (HC_ARCH_BITS == 32 ? 0x6550 : 0xb4a0)
    222 #else
    223 # define REM_ENV_SIZE        (HC_ARCH_BITS == 32 ? 0x9440 : 0xd4a0)
    224 #endif
    225 #endif /* !VBOX_WITH_NEW_RECOMILER */
    226218
    227219    /** Recompiler CPU state. */
     
    252244void    remR3DmaRun(CPUState *env);
    253245void    remR3TimersRun(CPUState *env);
    254 # ifdef VBOX_WITH_NEW_RECOMPILER
    255246int     remR3NotifyTrap(CPUState *env, uint32_t uTrap, uint32_t uErrorCode, RTGCPTR pvNextEIP);
    256 # else
    257 int remR3NotifyTrap(CPUState *env, uint32_t uTrap, uint32_t uErrorCode, uint32_t pvNextEIP);
    258 # endif
    259247void    remR3TrapStat(CPUState *env, uint32_t uTrap);
    260248void    remR3CpuId(CPUState *env, unsigned uOperator, void *pvEAX, void *pvEBX, void *pvECX, void *pvEDX);
Note: See TracChangeset for help on using the changeset viewer.

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