- Timestamp:
- Mar 9, 2007 11:43:05 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19354
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp
r1359 r1363 768 768 if (!pRegFrame->eflags.Bits.u1VM) 769 769 return trpmGCTrap0dHandlerRing3(pVM, pRegFrame, &Cpu); 770 else 771 return trpmGCExitTrap(pVM, VINF_EM_RAW_EMULATE_INSTR, pRegFrame); 770 772 771 773 return trpmGCExitTrap(pVM, VINF_EM_RAW_GUEST_TRAP, pRegFrame);
Note:
See TracChangeset
for help on using the changeset viewer.