- Timestamp:
- Sep 10, 2008 12:55:05 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 36379
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r12122 r12350 822 822 uint64_t exitCode = (uint64_t)SVM_EXIT_INVALID; 823 823 SVM_VMCB *pVMCB; 824 bool fGuestStateSynced = false;825 824 bool fSyncTPR = false; 826 825 unsigned cResume = 0; … … 964 963 goto end; 965 964 } 966 fGuestStateSynced = true; 967 965 968 966 pCpu = HWACCMR0GetCurrentCpu(); 969 967 /* Force a TLB flush for the first world switch if the current cpu differs from the one we ran on last. */ -
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r12225 r12350 1131 1131 RTGCUINTPTR intInfo = 0; /* shut up buggy gcc 4 */ 1132 1132 RTGCUINTPTR errCode, instrInfo, uInterruptState; 1133 bool fGuestStateSynced = false;1134 1133 bool fSyncTPR = false; 1135 1134 unsigned cResume = 0; … … 1311 1310 goto end; 1312 1311 } 1313 fGuestStateSynced = true; 1314 1312 1315 1313 /* Non-register state Guest Context */ 1316 1314 /** @todo change me according to cpu state */
Note:
See TracChangeset
for help on using the changeset viewer.