VirtualBox

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


Ignore:
Timestamp:
Dec 25, 2023 10:29:42 PM (14 months ago)
Author:
vboxsync
Message:

VMM/IEM: Native translation of BODY_LOAD_TLB_AFTER_BRANCH. (only tested on amd64) [build fix] bugref:10371

File:
1 edited

Legend:

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

    r102699 r102700  
    30443044#elif defined(RT_ARCH_ARM64)
    30453045    uint32_t *pu32CodeBuf = iemNativeInstrBufEnsure(pReNative, off, 1);
    3046     pu32CodeBuf[off++] = Armv8A64MkInstrB(enmCond, (int32_t)(offTarget - off));
     3046    pu32CodeBuf[off++] = Armv8A64MkInstrB((int32_t)(offTarget - off));
    30473047
    30483048#else
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