Changeset 47776 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Aug 15, 2013 3:51:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r47773 r47776 7426 7426 VMXTRANSIENT VmxTransient; 7427 7427 VmxTransient.fUpdateTscOffsettingAndPreemptTimer = true; 7428 int rc = VERR_INTERNAL_ERROR_5;7429 uint32_t cLoops = 0;7428 int rc = VERR_INTERNAL_ERROR_5; 7429 uint32_t cLoops = 0; 7430 7430 uint16_t uCsStart = pCtx->cs.Sel; 7431 7431 uint64_t uRipStart = pCtx->rip;
Note:
See TracChangeset
for help on using the changeset viewer.