- Timestamp:
- Mar 6, 2019 8:51:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HMAll.cpp
r76993 r77589 345 345 } 346 346 347 return HMCanExecuteVmxGuest(pVCpu, pCtx); 347 bool rc = HMCanExecuteVmxGuest(pVCpu, pCtx); 348 LogFlowFunc(("returning %RTbool\n", rc)); 349 return rc; 348 350 } 349 351
Note:
See TracChangeset
for help on using the changeset viewer.