Changeset 101641 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 28, 2023 1:23:47 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp
r101640 r101641 127 127 * Internal Functions * 128 128 *********************************************************************************************************************************/ 129 #ifdef VBOX_STRICT 129 130 static uint32_t iemNativeEmitGuestRegValueCheck(PIEMRECOMPILERSTATE pReNative, uint32_t off, 130 131 uint8_t idxReg, IEMNATIVEGSTREG enmGstReg) RT_NOEXCEPT; 132 #endif 133 #ifdef IEMNATIVE_WITH_TB_DEBUG_INFO 131 134 static bool iemNativeDbgInfoAddNativeOffset(PIEMRECOMPILERSTATE pReNative, uint32_t off) RT_NOEXCEPT; 132 135 static bool iemNativeDbgInfoAddLabel(PIEMRECOMPILERSTATE pReNative, IEMNATIVELABELTYPE enmType, uint16_t uData) RT_NOEXCEPT; 136 #endif 133 137 134 138
Note:
See TracChangeset
for help on using the changeset viewer.