VirtualBox

Changeset 451 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 30, 2007 11:34:04 PM (18 years ago)
Author:
vboxsync
Message:

drop the AMD64 protection.

File:
1 edited

Legend:

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

    r234 r451  
    364364            if (VBOX_SUCCESS(rc))
    365365            {
    366 #if defined(__AMD64__)
    367  pVM->fCSAMEnabled = false;
    368  pVM->fPATMEnabled = false;
    369  #ifndef __WIN__
    370   pVM->fRawR0Enabled = false;
    371   pVM->fRawR3Enabled = false;
    372  #endif
    373 #endif
    374 
    375366                /*
    376367                 * Init the Ring-3 components and do a round of relocations with 0 delta.
     
    17111702    vmR3SetState(pVM, enmVMState);
    17121703
    1713 #if defined(__AMD64__)
    1714  pVM->fCSAMEnabled = false;
    1715  pVM->fPATMEnabled = false;
    1716  #ifndef __WIN__
    1717   pVM->fRawR0Enabled = false;
    1718   pVM->fRawR3Enabled = false;
    1719  #endif
    1720 #endif
    17211704    return VINF_EM_RESET;
    17221705}
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