VirtualBox

Changeset 120 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Jan 17, 2007 4:46:06 PM (18 years ago)
Author:
vboxsync
Message:

64-bit

File:
1 edited

Legend:

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

    r1 r120  
    235235#else
    236236AssertCompile(RT_SIZEOFMEMB(REM, Env) <= REM_ENV_SIZE);
    237 #endif
    238 #if 0
    239 AssertCompile(RT_OFFSETOF(CPUState, sse_status) == 456);
    240 AssertCompile(RT_OFFSETOF(CPUState, sysenter_eip) == 624);
    241 AssertCompile(RT_OFFSETOF(CPUState, efer) == 632);
    242 AssertCompile(RT_OFFSETOF(CPUState, jmp_env) == 656);
    243 AssertCompile(RT_OFFSETOF(CPUState, exception_index) == 812);
    244 AssertCompile(RT_OFFSETOF(CPUState, user_mode_only) == 868);
    245 AssertCompile(RT_OFFSETOF(CPUState, state) == 0x6408);
    246 AssertCompile(RT_OFFSETOF(CPUState, cpuid_ext2_features) == 0x6420);
    247 AssertCompile(RT_OFFSETOF(CPUState, alignment2) == 0x6424);
    248237#endif
    249238
     
    36903679        for (;;)
    36913680        {
    3692             char    szBuf[256];
    3693             size_t  cbInstr;
     3681            char        szBuf[256];
     3682            uint32_t    cbInstr;
    36943683            int rc = DBGFR3DisasInstrEx(pVM,
    36953684                                        cs,
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