Changeset 20607 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jun 16, 2009 7:01:01 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r20530 r20607 2001 2001 RTGCUINTREG exitReason = VMX_EXIT_INVALID; 2002 2002 RTGCUINTREG instrError, cbInstr; 2003 RTGCUINTPTR exitQualification ;2003 RTGCUINTPTR exitQualification = 0; 2004 2004 RTGCUINTPTR intInfo = 0; /* shut up buggy gcc 4 */ 2005 2005 RTGCUINTPTR errCode, instrInfo;
Note:
See TracChangeset
for help on using the changeset viewer.