VirtualBox

Changeset 39045 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Oct 19, 2011 8:59:11 PM (13 years ago)
Author:
vboxsync
Message:

gcc build fix

File:
1 edited

Legend:

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

    r39038 r39045  
    964964    uint64_t    exitCode = (uint64_t)SVM_EXIT_INVALID;
    965965    SVM_VMCB   *pVMCB;
     966    bool        fSyncTPR  = false;
    966967    unsigned    cResume = 0;
     968    uint8_t     u8LastTPR = 0; /* Initialized for potentially stupid compilers. */
    967969    PHMGLOBLCPUINFO pCpu = 0;
    968970    RTCCUINTREG uOldEFlags = ~(RTCCUINTREG)0;
     
    11121114    /** @todo query and update the TPR only when it could have been changed (mmio access)
    11131115     */
    1114     bool    fSyncTPR  = false;
    1115     uint8_t u8LastTPR = 0; /* Initialized for potentially stupid compilers. */
    11161116    if (pVM->hwaccm.s.fHasIoApic)
    11171117    {
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