- Timestamp:
- Mar 9, 2007 9:36:00 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19335
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGC/TRPMGC.cpp
r1329 r1353 116 116 Log(("trpmgcGuestIDTWriteHandler: write to gate %x\n", iTrap)); 117 117 118 #if 0 118 119 /* Check if we can handle the write here. */ 119 120 if ( iTrap != 3 /* Gate 3 is handled differently; could do it here as well, but let ring 3 handle this case for now. */ … … 129 130 } 130 131 } 132 #endif 131 133 132 134 /** @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.