Changeset 106201 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 1, 2024 11:48:36 PM (5 months ago)
- svn:sync-xref-src-repo-rev:
- 164985
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/target-x86/IEMAllN8veEmit-x86.h
r106200 r106201 497 497 iemNativeFixupFixedJump(pReNative, offFixup1, off); 498 498 /* 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); 500 500 uint32_t const offFixup2 = off; 501 501 off = iemNativeEmitJccToFixedEx(pCodeBuf, off, off, kIemNativeInstrCond_e);
Note:
See TracChangeset
for help on using the changeset viewer.