Changeset 104343 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Apr 17, 2024 1:19:06 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp
r104342 r104343 6398 6398 #endif 6399 6399 IEMNATIVE_ASSERT_INSTR_BUF_ENSURE(pReNative, off); 6400 6401 /* HACK: For IEMNATIVE_STRICT_EFLAGS_SKIPPING_EMIT_CHECK. */ 6402 pReNative->Core.bmHstRegs &= ~RT_BIT_32(IEMNATIVE_CALL_RET_GREG); 6400 6403 6401 6404 return iemNativeEmitRcFiddling(pReNative, off, idxReturn);
Note:
See TracChangeset
for help on using the changeset viewer.