Changeset 48449 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Sep 12, 2013 1:07:28 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r48370 r48449 2073 2073 HMSVM_ASSERT_PREEMPT_SAFE(); 2074 2074 2075 if (RT_UNLIKELY(rcExit == VERR_SVM_INVALID_GUEST_STATE))2076 {2077 /* We don't need to do any syncing here, we're not going to come back to execute anything again. */2078 return;2079 }2080 2081 2075 /* Please, no longjumps here (any logging shouldn't flush jump back to ring-3). NO LOGGING BEFORE THIS POINT! */ 2082 2076 VMMRZCallRing3Disable(pVCpu);
Note:
See TracChangeset
for help on using the changeset viewer.