VirtualBox

Changeset 19818 in vbox


Ignore:
Timestamp:
May 19, 2009 12:17:57 PM (16 years ago)
Author:
vboxsync
Message:

Compile fixes

Location:
trunk/src/VBox/VMM/VMMR0
Files:
2 edited

Legend:

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

    r19813 r19818  
    844844    uint8_t     u8LastVTPR;
    845845    PHWACCM_CPUINFO pCpu = 0;
     846    RTCCUINTREG uOldEFlags;
    846847#ifdef VBOX_STRICT
    847848    RTCPUID  idCpuCheck;
     
    989990     * This must be done *before* we check for TLB flushes; TLB shootdowns rely on this.
    990991     */
    991     RTCCUINTREG uOldEFlags = ASMIntDisableFlags();
     992    uOldEFlags = ASMIntDisableFlags();
    992993    VMCPU_SET_STATE(pVCpu, VMCPUSTATE_STARTED_EXEC);
    993994
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r19813 r19818  
    19691969    bool        fSyncTPR = false;
    19701970    PHWACCM_CPUINFO pCpu = 0;
     1971    RTCCUINTREG uOldEFlags;
    19711972    unsigned    cResume = 0;
    19721973#ifdef VBOX_STRICT
     
    21952196     * This must be done *before* we check for TLB flushes; TLB shootdowns rely on this.
    21962197     */
    2197     RTCCUINTREG uOldEFlags = ASMIntDisableFlags();
     2198    uOldEFlags = ASMIntDisableFlags();
    21982199    VMCPU_SET_STATE(pVCpu, VMCPUSTATE_STARTED_EXEC);
    21992200
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