VirtualBox

Ignore:
Timestamp:
Nov 11, 2023 2:40:32 AM (15 months ago)
Author:
vboxsync
Message:

VMM/IEM: Native translation of IEM_MC_STORE_GREG_U32_CONST. bugref:10371

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp

    r102068 r102069  
    63446344iemNativeEmitStoreGregU32Const(PIEMRECOMPILERSTATE pReNative, uint32_t off, uint8_t iGReg, uint32_t uValue)
    63456345{
    6346 pReNative->pInstrBuf[off++] = 0xcc;
    63476346    Assert(iGReg < 16);
    63486347    uint8_t const idxGstTmpReg = iemNativeRegAllocTmpForGuestReg(pReNative, &off, IEMNATIVEGSTREG_GPR(iGReg),
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