VirtualBox

Changeset 106427 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Oct 17, 2024 10:59:12 AM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165246
Message:

VMM/IEM: Reduced the paramters for iemNativeEmitRetn. bugref:10720

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IEMMc.h

    r106179 r106427  
    105105/** Fetches the near return address from the stack, sets RIP and RSP (may trigger
    106106 * \#GP or \#SS), finishes the instruction and returns. */
    107 #define IEM_MC_RETN_AND_FINISH(a_u16Pop) \
    108     return iemRegRipNearReturnAndFinishClearingRF((pVCpu), IEM_GET_INSTR_LEN(pVCpu), (a_u16Pop), pVCpu->iem.s.enmEffOpSize)
     107#define IEM_MC_RETN_AND_FINISH(a_cbPopArgs) \
     108    return iemRegRipNearReturnAndFinishClearingRF((pVCpu), IEM_GET_INSTR_LEN(pVCpu), (a_cbPopArgs), pVCpu->iem.s.enmEffOpSize)
    109109
    110110
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