- Timestamp:
- Feb 16, 2009 2:05:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r16784 r16790 776 776 return VERR_NOT_SUPPORTED; 777 777 778 #ifdef VBOX_STRICT 779 if (RT_UNLIKELY(!PGMGetHyperCR3(pVM))) 780 return VERR_NOT_SUPPORTED; 781 #endif 782 778 783 RTCCUINTREG fFlags = ASMIntDisableFlags(); 779 784 int rc = pVM->vmm.s.pfnHostToGuestR0(pVM);
Note:
See TracChangeset
for help on using the changeset viewer.