Changeset 18946 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 16, 2009 1:57:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r18927 r18946 1930 1930 int rc = VINF_SUCCESS; 1931 1931 RTGCUINTREG val; 1932 RTGCUINTREG exitReason, instrError, cbInstr; 1932 RTGCUINTREG exitReason = VMX_EXIT_INVALID; 1933 RTGCUINTREG instrError, cbInstr; 1933 1934 RTGCUINTPTR exitQualification; 1934 1935 RTGCUINTPTR intInfo = 0; /* shut up buggy gcc 4 */
Note:
See TracChangeset
for help on using the changeset viewer.