VirtualBox

Changeset 74737 in vbox for trunk


Ignore:
Timestamp:
Oct 10, 2018 12:12:28 PM (6 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:9180 Missed return.

File:
1 edited

Legend:

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

    r74736 r74737  
    36893689        iemVmxVmcsSetExitIntErrCode(pVCpu, uErrCode);
    36903690        iemVmxVmcsSetExitQual(pVCpu, uExitQual);
    3691         iemVmxVmexit(pVCpu, uExitReason);
     3691        return iemVmxVmexit(pVCpu, uExitReason);
    36923692    }
    36933693
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