Changeset 1382 in vbox for trunk/src/VBox/VMM/VMMGC/TRPMGC.cpp
- Timestamp:
- Mar 9, 2007 5:26:43 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGC/TRPMGC.cpp
r1380 r1382 117 117 118 118 #if 0 119 /** @note this causes problems in Windows XP as instructions following the update can be dangerous (str eax has been seen) */ 120 /** @note not going back to ring 3 could make the code scanner miss them. */ 119 121 /* Check if we can handle the write here. */ 120 122 if ( iGate != 3 /* Gate 3 is handled differently; could do it here as well, but let ring 3 handle this case for now. */ … … 139 141 #endif 140 142 141 Log(("trpmgcGuestIDTWriteHandler: write to gate %x offset %x\n", iGate, (RTGCUINTPTR)pvFault - (RTGCUINTPTR)GCPtrIDT));143 Log(("trpmgcGuestIDTWriteHandler: eip=%VGv write to gate %x offset %x\n", pRegFrame->eip, iGate, (RTGCUINTPTR)pvFault - (RTGCUINTPTR)GCPtrIDT)); 142 144 143 145 /** @todo Check which IDT entry and keep the update cost low in TRPMR3SyncIDT() and CSAMCheckGates(). */
Note:
See TracChangeset
for help on using the changeset viewer.