Changeset 101518 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 20, 2023 1:25:33 PM (14 months ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp
r101516 r101518 113 113 # error The setjmp approach must be enabled for the recompiler. 114 114 #endif 115 116 117 /** Always count instructions for now. */ 118 #define IEMNATIVE_WITH_INSTRUCTION_COUNTING 115 119 116 120 -
trunk/src/VBox/VMM/include/IEMN8veRecompiler.h
r101516 r101518 1814 1814 if (offTarget < 128 && offTarget >= -128) 1815 1815 { 1816 pbCodeBuf[off++] = 0x0f;1817 1816 pbCodeBuf[off++] = enmCond | 0x70; 1818 1817 pbCodeBuf[off++] = RT_BYTE1((uint32_t)offTarget);
Note:
See TracChangeset
for help on using the changeset viewer.