VirtualBox

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


Ignore:
Timestamp:
Oct 1, 2024 11:48:36 PM (5 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164985
Message:

VMM/IEM: A couple of debug build fixes for arm. bugref:10720

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/target-x86/IEMAllN8veEmit-x86.h

    r106200 r106201  
    497497    iemNativeFixupFixedJump(pReNative, offFixup1, off);
    498498    /* Check that X86_EFL_RAZ_LO_MASK is zero. */
    499     off = iemNativeEmitTestAnyBitsInGpr32Ex(pCodeBuf, off, idxRegEfl, X86_EFL_RAZ_LO_MASK);
     499    off = iemNativeEmitTestAnyBitsInGpr32Ex(pCodeBuf, off, idxRegEfl, X86_EFL_RAZ_LO_MASK, idxRegTmp);
    500500    uint32_t const offFixup2 = off;
    501501    off = iemNativeEmitJccToFixedEx(pCodeBuf, off, off, kIemNativeInstrCond_e);
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