Changeset 3026 in vbox for trunk/src/recompiler
- Timestamp:
- Jun 4, 2007 1:41:17 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxRecompiler.c
r3023 r3026 1596 1596 Log(("remR3NotifyTrap: uTrap=%x error=%x next_eip=%VGv eip=%VGv cr2=%08x\n", uTrap, uErrorCode, pvNextEIP, env->eip, env->cr[2])); 1597 1597 if( uTrap < 0x20 1598 && (env->cr[0] & X86_CR0_PE)) 1598 && (env->cr[0] & X86_CR0_PE) 1599 && !(env->eflags & X86_EFL_VM)) 1599 1600 { 1600 1601 #ifdef DEBUG
Note:
See TracChangeset
for help on using the changeset viewer.