VirtualBox

Changeset 67632 in vbox


Ignore:
Timestamp:
Jun 27, 2017 10:26:22 AM (7 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested Hw.virt: Similar fix to r116399 for clgi instr as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllCImplSvmInstr.cpp.h

    r67629 r67632  
    13011301    iemRegAddToRipAndClearRF(pVCpu, cbInstr);
    13021302#if defined(VBOX_WITH_NESTED_HWVIRT) && defined(VBOX_WITH_NESTED_HWVIRT_ONLY_IN_IEM) && defined(IN_RING3)
    1303     EMR3SetExecutionPolicy(pVCpu->CTX_SUFF(pVM)->pUVM, EMEXECPOLICY_IEM_ALL, true);
     1303    return EMR3SetExecutionPolicy(pVCpu->CTX_SUFF(pVM)->pUVM, EMEXECPOLICY_IEM_ALL, true);
    13041304#endif
    13051305    return VINF_SUCCESS;
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