Changeset 16784 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 16, 2009 12:43:45 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42862
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r15696 r16784 544 544 RTCCUINTREG uFlags = ASMIntDisableFlags(); 545 545 546 #ifdef VBOX_STRICT 547 if (RT_UNLIKELY(!PGMGetHyperCR3(pVM))) 548 { 549 pVM->vmm.s.iLastGZRc = VERR_ACCESS_DENIED; 550 return; 551 } 552 #endif 553 546 554 TMNotifyStartOfExecution(pVM); 547 555 int rc = pVM->vmm.s.pfnHostToGuestR0(pVM);
Note:
See TracChangeset
for help on using the changeset viewer.