VirtualBox

Changeset 99790 in vbox


Ignore:
Timestamp:
May 15, 2023 1:10:32 PM (19 months ago)
Author:
vboxsync
Message:

IEM: Fixed iemAImpl_rorx_u64 copy/paste error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllAImpl.asm

    r98921 r99790  
    752752        mov     cl, A2_8
    753753        ror     A1, cl
    754         mov     [A0], A1_32
     754        mov     [A0], A1
    755755 %else
    756756        xchg    A2, A0
    757757        ror     A1, cl
    758         mov     [A2], A1_32
     758        mov     [A2], A1
    759759 %endif
    760         mov     [A0], A1
    761760        EPILOGUE_3_ARGS
    762761ENDPROC iemAImpl_rorx_u64
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