Changeset 120 in vbox for trunk/src/recompiler
- Timestamp:
- Jan 17, 2007 4:46:06 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/new/VBoxRecompiler.c
r1 r120 235 235 #else 236 236 AssertCompile(RT_SIZEOFMEMB(REM, Env) <= REM_ENV_SIZE); 237 #endif238 #if 0239 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);248 237 #endif 249 238 … … 3690 3679 for (;;) 3691 3680 { 3692 char szBuf[256];3693 size_tcbInstr;3681 char szBuf[256]; 3682 uint32_t cbInstr; 3694 3683 int rc = DBGFR3DisasInstrEx(pVM, 3695 3684 cs,
Note:
See TracChangeset
for help on using the changeset viewer.