VirtualBox

Ignore:
Timestamp:
Apr 24, 2024 1:25:45 PM (9 months ago)
Author:
vboxsync
Message:

VMM/IEM: Fixed another regression from r162896. bugreg:10370 bugref:10376

File:
1 edited

Legend:

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

    r104404 r104415  
    42174217    {
    42184218        /* Use temporary register for the immediate. */
    4219         uint8_t iTmpReg = iemNativeRegAllocTmpImm(pReNative, &off, (uint64_t)uAbsAddend);
     4219        uint8_t iTmpReg = iemNativeRegAllocTmpImm(pReNative, &off, uAbsAddend);
    42204220
    42214221        /* add gprdst, gprdst, tmpreg */
     
    43084308    {
    43094309        /* Use temporary register for the immediate. */
    4310         uint8_t iTmpReg = iemNativeRegAllocTmpImm(pReNative, &off, (uint32_t)iAddend);
     4310        uint8_t iTmpReg = iemNativeRegAllocTmpImm(pReNative, &off, uAbsAddend);
    43114311
    43124312        /* add gprdst, gprdst, tmpreg */
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