Changeset 9719 in vbox
- Timestamp:
- Jun 16, 2008 12:48:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r9718 r9719 1519 1519 TRPMSetFaultAddress(pVM, exitQualification); 1520 1520 1521 if (exitQualification == 0x805ce018)1522 {1523 rc = VINF_EM_RAW_EMULATE_INSTR;1524 break;1525 }1526 1521 /* Forward it to our trap handler first, in case our shadow pages are out of sync. */ 1527 1522 rc = PGMTrap0eHandler(pVM, errCode, CPUMCTX2CORE(pCtx), (RTGCPTR)exitQualification);
Note:
See TracChangeset
for help on using the changeset viewer.