Changeset 48306 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Sep 5, 2013 12:53:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r48302 r48306 2748 2748 static int hmR0SvmPreRunGuest(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx, PSVMTRANSIENT pSvmTransient) 2749 2749 { 2750 HMSVM_ASSERT_PREEMPT_SAFE(); 2751 2750 2752 /* Check force flag actions that might require us to go back to ring-3. */ 2751 2753 int rc = hmR0SvmCheckForceFlags(pVM, pVCpu, pCtx);
Note:
See TracChangeset
for help on using the changeset viewer.