Changeset 789 in vbox
- Timestamp:
- Feb 8, 2007 4:53:37 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18455
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxRecompiler.c
r1 r789 417 417 pVM->rem.s.fIgnoreInvlPg = false; 418 418 pVM->rem.s.fIgnoreCpuMode = false; 419 420 #ifdef PGM_DYNAMIC_RAM_ALLOC 421 pVM->rem.s.cPhysRegistrations = 0; 422 #endif 419 423 } 420 424 … … 1520 1524 } 1521 1525 #endif 1522 Log(("remR3NotifyTrap: uTrap=%x error=%x next_eip=%VGv eip=%VGv cr2=%08x\n", uTrap, uErrorCode, pvNextEIP, env->eip, env->cr[2])); 1526 #ifdef DEBUG 1527 // if (uTrap == 6) 1528 { 1529 Log(("remR3NotifyTrap: uTrap=%x error=%x next_eip=%VGv eip=%VGv cr2=%08x\n", uTrap, uErrorCode, pvNextEIP, env->eip, env->cr[2])); 1530 } 1531 #endif 1532 // if (uTrap == 6) AssertReleaseFailed(); 1523 1533 if(uTrap < 0x20) 1524 1534 {
Note:
See TracChangeset
for help on using the changeset viewer.