- Timestamp:
- Mar 8, 2017 8:43:32 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp
r66001 r66002 216 216 } 217 217 else 218 { 218 219 Log(("HMNstGstSvmVmExit: Not in SVM guest mode! uExitCode=%RI64 uExitInfo1=%RU64 uExitInfo2=%RU64\n", iExitCode, 219 220 uExitInfo1, uExitInfo2)); 221 RT_NOREF2(uExitInfo1, uExitInfo2); 222 } 220 223 221 224 return VERR_SVM_IPE_5;
Note:
See TracChangeset
for help on using the changeset viewer.