VirtualBox

Changeset 104346 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Apr 17, 2024 2:30:45 PM (12 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162832
Message:

VMM/IEM: Fixed regression from r162777 that broke 8- and 16-bit wide ROL on arm64. bugref:10376

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllAImpl-arm64.S

    r104301 r104346  
    726726        ldr\a_LdStSuff  w8, [x1]
    727727        orr     w8, w8, w8, LSL #(32 - \a_cBits) /* place a copy of the value at the top of the register, ready to be roated in */
    728         rorv    w9, w8, w2
     728        rorv    w9, w8, w3
    729729        str\a_LdStSuff  w9, [x1]
    730730.else
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette