Changeset 104856 in vbox for trunk/src/VBox
- Timestamp:
- Jun 5, 2024 2:41:10 PM (10 months ago)
- svn:sync-xref-src-repo-rev:
- 163449
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompBltIn.cpp
r104797 r104856 606 606 offConsolidatedJump = off; \ 607 607 if (BP_ON_OBSOLETION) pbCodeBuf[off++] = 0xcc; \ 608 off = iemNativeEmitTbExitEx(pReNative, p CodeBuf, off, kIemNativeExitReason_ObsoleteTb); \608 off = iemNativeEmitTbExitEx(pReNative, pbCodeBuf, off, kIemNativeExitReason_ObsoleteTb); \ 609 609 } \ 610 610 } while (0)
Note:
See TracChangeset
for help on using the changeset viewer.