Changeset 39045 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 19, 2011 8:59:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r39038 r39045 964 964 uint64_t exitCode = (uint64_t)SVM_EXIT_INVALID; 965 965 SVM_VMCB *pVMCB; 966 bool fSyncTPR = false; 966 967 unsigned cResume = 0; 968 uint8_t u8LastTPR = 0; /* Initialized for potentially stupid compilers. */ 967 969 PHMGLOBLCPUINFO pCpu = 0; 968 970 RTCCUINTREG uOldEFlags = ~(RTCCUINTREG)0; … … 1112 1114 /** @todo query and update the TPR only when it could have been changed (mmio access) 1113 1115 */ 1114 bool fSyncTPR = false;1115 uint8_t u8LastTPR = 0; /* Initialized for potentially stupid compilers. */1116 1116 if (pVM->hwaccm.s.fHasIoApic) 1117 1117 {
Note:
See TracChangeset
for help on using the changeset viewer.