Changeset 1329 in vbox for trunk/src/VBox/VMM/VMMGC/TRPMGC.cpp
- Timestamp:
- Mar 8, 2007 1:07:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGC/TRPMGC.cpp
r1328 r1329 116 116 Log(("trpmgcGuestIDTWriteHandler: write to gate %x\n", iTrap)); 117 117 118 #if 0119 118 /* Check if we can handle the write here. */ 120 119 if ( iTrap != 3 /* Gate 3 is handled differently; could do it here as well, but let ring 3 handle this case for now. */ … … 130 129 } 131 130 } 132 #endif133 131 134 132 /** @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.