Changeset 19818 in vbox
- Timestamp:
- May 19, 2009 12:17:57 PM (16 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r19813 r19818 844 844 uint8_t u8LastVTPR; 845 845 PHWACCM_CPUINFO pCpu = 0; 846 RTCCUINTREG uOldEFlags; 846 847 #ifdef VBOX_STRICT 847 848 RTCPUID idCpuCheck; … … 989 990 * This must be done *before* we check for TLB flushes; TLB shootdowns rely on this. 990 991 */ 991 RTCCUINTREGuOldEFlags = ASMIntDisableFlags();992 uOldEFlags = ASMIntDisableFlags(); 992 993 VMCPU_SET_STATE(pVCpu, VMCPUSTATE_STARTED_EXEC); 993 994 -
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r19813 r19818 1969 1969 bool fSyncTPR = false; 1970 1970 PHWACCM_CPUINFO pCpu = 0; 1971 RTCCUINTREG uOldEFlags; 1971 1972 unsigned cResume = 0; 1972 1973 #ifdef VBOX_STRICT … … 2195 2196 * This must be done *before* we check for TLB flushes; TLB shootdowns rely on this. 2196 2197 */ 2197 RTCCUINTREGuOldEFlags = ASMIntDisableFlags();2198 uOldEFlags = ASMIntDisableFlags(); 2198 2199 VMCPU_SET_STATE(pVCpu, VMCPUSTATE_STARTED_EXEC); 2199 2200
Note:
See TracChangeset
for help on using the changeset viewer.