Changeset 8825 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 14, 2008 10:12:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp
r8155 r8825 369 369 return trpmGCExitTrap(pVM, rc, pRegFrame); 370 370 } 371 else 372 /** Note: monitor causes an #UD exception instead of #GP when not executed in ring 0. */ 373 if (Cpu.pCurInstr->opcode == OP_MONITOR) 371 /* Note: monitor causes an #UD exception instead of #GP when not executed in ring 0. */ 372 else if (Cpu.pCurInstr->opcode == OP_MONITOR) 374 373 { 375 374 uint32_t cbIgnored;
Note:
See TracChangeset
for help on using the changeset viewer.