VirtualBox

Ignore:
Timestamp:
Mar 18, 2024 11:59:39 AM (11 months ago)
Author:
vboxsync
Message:

VMM/IEM: Fix instruction length for amd64, bugref:10614

File:
1 edited

Legend:

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

    r103880 r103892  
    77257725
    77267726#ifdef RT_ARCH_AMD64
    7727     off = iemNativeEmitSimdLoadGprFromVecRegU8Ex(iemNativeInstrBufEnsure(pReNative, off, 6), off, iGprDst, iVecRegSrc, iByte);
     7727    off = iemNativeEmitSimdLoadGprFromVecRegU8Ex(iemNativeInstrBufEnsure(pReNative, off, 7), off, iGprDst, iVecRegSrc, iByte);
    77287728#elif defined(RT_ARCH_ARM64)
    77297729    /* ASSUMES that there are two adjacent 128-bit registers available for the 256-bit value. */
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