Changeset 103876 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Mar 16, 2024 2:11:04 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp
r103865 r103876 3355 3355 #ifdef RT_ARCH_ARM64 3356 3356 AssertStmt( enmType != kIemNativeFixupType_RelImm14At5 3357 || pReNative->paLabels[idxLabel].enmType >= kIemNativeLabelType_FirstWithMultipleInstances 3358 || pReNative->paLabels[idxLabel].off == UINT32_MAX, 3357 || pReNative->paLabels[idxLabel].enmType >= kIemNativeLabelType_LastWholeTbBranch, 3359 3358 IEMNATIVE_DO_LONGJMP(pReNative, VERR_IEM_FIXUP_SHORT_JMP_TO_TAIL_LABEL)); 3360 3359 #endif
Note:
See TracChangeset
for help on using the changeset viewer.