VirtualBox

Changeset 9384 in vbox for trunk/src


Ignore:
Timestamp:
Jun 4, 2008 12:31:03 PM (17 years ago)
Author:
vboxsync
Message:

Compile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r9383 r9384  
    981981{
    982982    int         rc = VINF_SUCCESS;
    983     uint64_t    val, valShadow;
    984     uint64_t    exitReason, instrError, cbInstr;
    985     uint64_t    exitQualification;
    986     uint64_t    intInfo = 0; /* shut up buggy gcc 4 */
    987     uint64_t    errCode, 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;
    988988    bool        fGuestStateSynced = false;
    989989    unsigned    cResume = 0;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette