VirtualBox

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


Ignore:
Timestamp:
Dec 3, 2023 9:18:06 PM (17 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160587
Message:

VMM/IEM: IEM_MC_STORE_GREG_U8_THREADED. bugref:10371

File:
1 edited

Legend:

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

    r102436 r102444  
    958958    if (iGprDst >= 8)
    959959        pbCodeBuf[off++] = X86_OP_REX_R;
     960    pbCodeBuf[off++] = 0x0f;
    960961    pbCodeBuf[off++] = 0xb7;
    961962    return iemNativeEmitGprByBpDisp(pbCodeBuf, off, iGprDst, offDisp, pReNative);
     
    982983    if (iGprDst >= 8)
    983984        pbCodeBuf[off++] = X86_OP_REX_R;
     985    pbCodeBuf[off++] = 0x0f;
    984986    pbCodeBuf[off++] = 0xb6;
    985987    return iemNativeEmitGprByBpDisp(pbCodeBuf, off, iGprDst, offDisp, pReNative);
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