- Timestamp:
- Jun 4, 2008 12:31:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r9383 r9384 981 981 { 982 982 int rc = VINF_SUCCESS; 983 uint64_tval, valShadow;984 uint64_texitReason, instrError, cbInstr;985 uint64_texitQualification;986 uint64_tintInfo = 0; /* shut up buggy gcc 4 */987 uint64_terrCode, instrInfo, uInterruptState;983 RTCCUINTREG val, valShadow; 984 RTCCUINTREG exitReason, instrError, cbInstr; 985 RTGCUINTPTR exitQualification; 986 RTGCUINTPTR intInfo = 0; /* shut up buggy gcc 4 */ 987 RTGCUINTPTR errCode, instrInfo, uInterruptState; 988 988 bool fGuestStateSynced = false; 989 989 unsigned cResume = 0;
Note:
See TracChangeset
for help on using the changeset viewer.