VirtualBox

Changeset 48474 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Sep 13, 2013 2:22:05 PM (11 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Fix invalid assertion on 32-bit hosts.

File:
1 edited

Legend:

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

    r48473 r48474  
    75237523    /*
    75247524     * Load the host state bits as we may've been preempted (only happens when
    7525      * thread-context hooks are used).
     7525     * thread-context hooks are used or when hmR0VmxSetupVMRunHandler() changes pfnStartVM).
    75267526     */
    75277527    if (pVCpu->hm.s.fContextUseFlags & HM_CHANGED_HOST_CONTEXT)
    75287528    {
    75297529        /* This ASSUMES that pfnStartVM has been set up already. */
    7530         Assert(VMMR0ThreadCtxHooksAreRegistered(pVCpu));
    75317530        int rc = hmR0VmxSaveHostState(pVM, pVCpu);
    75327531        AssertRC(rc);
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