Changeset 47776 in vbox for trunk/src/VBox
- Timestamp:
- Aug 15, 2013 3:51:51 PM (12 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp ¶
r47561 r47776 13021 13021 mParent->AddRef(); 13022 13022 LONG c = mParent->Release(); 13023 LogFlowThisFunc(("vbox ref=%d\n", c)); 13023 LogFlowThisFunc(("vbox ref=%d\n", c)); NOREF(c); 13024 13024 unconst(mParent) = NULL; 13025 13025 unconst(mPeer) = NULL; -
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.