Changeset 31532 in vbox for trunk/src/recompiler
- Timestamp:
- Aug 10, 2010 12:31:04 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64629
- Location:
- trunk/src/recompiler
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/recompiler/VBoxRecompiler.c ¶
r31460 r31532 2039 2039 { 2040 2040 /* The hidden selector registers are valid in the CPU context. */ 2041 /* * @noteQEmu saves the 2nd dword of the descriptor; we should convert the attribute word back! */2041 /* Note! QEmu saves the 2nd dword of the descriptor; we should convert the attribute word back! */ 2042 2042 2043 2043 /* Set current CPL */ -
TabularUnified trunk/src/recompiler/target-i386/op_helper.c ¶
r31168 r31532 1675 1675 { 1676 1676 #if defined(VBOX) && defined(DEBUG) 1677 Log2(("raise_interrupt: %x %x %x %RGv\n", intno, is_int, error_code, env->eip + next_eip_addend));1677 Log2(("raise_interrupt: %x %x %x %RGv\n", intno, is_int, error_code, (RTGCPTR)env->eip + next_eip_addend)); 1678 1678 #endif 1679 1679 if (!is_int) {
Note:
See TracChangeset
for help on using the changeset viewer.