VirtualBox

Changeset 104460 in vbox


Ignore:
Timestamp:
Apr 30, 2024 11:13:59 AM (9 months ago)
Author:
vboxsync
Message:

VMM/IEM: Fixed incorrect use of IEMNATIVE_CALL_ARG1_GREG as a mask in iemNativeEmitStackPush. bugref:10371

File:
1 edited

Legend:

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

    r104420 r104460  
    74707470        /* IEMNATIVE_CALL_ARG2_GREG = idxVarValue */
    74717471        off = iemNativeEmitLoadArgGregFromImmOrStackVar(pReNative, off, IEMNATIVE_CALL_ARG2_GREG, idxVarValue, 0 /*offAddend*/,
    7472                                                         IEMNATIVE_CALL_VOLATILE_GREG_MASK & ~IEMNATIVE_CALL_ARG1_GREG);
     7472                                                        IEMNATIVE_CALL_VOLATILE_GREG_MASK & ~RT_BIT_32(IEMNATIVE_CALL_ARG1_GREG));
    74737473    }
    74747474
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