VirtualBox

Changeset 45665 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Apr 22, 2013 12:40:25 PM (12 years ago)
Author:
vboxsync
Message:

HM.cpp: Fix assertion in HMIsEnabledNotMacro during vm startup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/HM.cpp

    r45623 r45665  
    25912591    PVM pVM = pUVM->pVM;
    25922592    VM_ASSERT_VALID_EXT_RETURN(pVM, false);
    2593     return HMIsEnabled(pVM);
     2593    return pVM->fHMEnabled; /* Don't use the macro as the GUI may query us very very early. */
    25942594}
    25952595
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