VirtualBox

Changeset 14694 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Nov 27, 2008 10:17:51 AM (16 years ago)
Author:
vboxsync
Message:

warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r14666 r14694  
    501501
    502502                    /* Apply machine defaults */
    503                     mHWData->mHWVirtExEnabled = aOsType->recommendedVirtEx() ?
    504                                                 TSBool_True : TSBool_False;
     503                    if (aOsType->recommendedVirtEx())
     504                        mHWData->mHWVirtExEnabled = TSBool_True;
     505                    else
     506                        mHWData->mHWVirtExEnabled = TSBool_False;
    505507
    506508                    /* Apply BIOS defaults */
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