VirtualBox

Changeset 3295 in vbox for trunk


Ignore:
Timestamp:
Jun 26, 2007 2:26:18 PM (18 years ago)
Author:
vboxsync
Message:

fixed compile errors

Location:
trunk/src/VBox/VMM
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/HWACCM.cpp

    r3294 r3295  
    479479    }
    480480    else
    481     if (pVM->hwaccm.s.fInitialized)
     481    if (pVM->hwaccm.s.fHWACCMR0Init)
    482482    {
    483483        LogRel(("HWACCM: No VMX or SVM CPU extension found. Reason %Vrc\n", pVM->hwaccm.s.ulLastError));
  • trunk/src/VBox/VMM/HWACCMInternal.h

    r3294 r3295  
    258258
    259259    /** HWACCMR0Init was run */
    260     bool                    fInitialized;
     260    bool                    fHWACCMR0Init;
    261261
    262262    /** Currenty shadow paging mode. */
  • trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp

    r3294 r3295  
    6161#ifndef VBOX_WITH_HYBIRD_32BIT_KERNEL /* paranoia */
    6262
    63     pVM->hwaccm.s.fInitialized = true;
    64     pVM->hwaccm.s.ulLastError  = VINF_SUCCESS;
     63    pVM->hwaccm.s.fHWACCMR0Init = true;
     64    pVM->hwaccm.s.ulLastError   = VINF_SUCCESS;
    6565
    6666    /*
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