Changeset 102330 in vbox for trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp
- Timestamp:
- Nov 27, 2023 3:47:51 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp
r102313 r102330 1848 1848 if ( pReNative->bmLabelTypes & RT_BIT_64(enmType) 1849 1849 #ifndef VBOX_STRICT 1850 && enmType >=kIemNativeLabelType_FirstWithMultipleInstances1850 && enmType < kIemNativeLabelType_FirstWithMultipleInstances 1851 1851 && offWhere == UINT32_MAX 1852 1852 && uData == 0 … … 8551 8551 Assert(paFixups[i].off < off); 8552 8552 Assert(paFixups[i].idxLabel < cLabels); 8553 AssertMsg(paLabels[paFixups[i].idxLabel].off < off, 8554 ("idxLabel=%d enmType=%d off=%#x (max %#x)\n", paFixups[i].idxLabel, 8555 paLabels[paFixups[i].idxLabel].enmType, paLabels[paFixups[i].idxLabel].off, off)); 8553 8556 RTPTRUNION const Ptr = { &paFinalInstrBuf[paFixups[i].off] }; 8554 8557 switch (paFixups[i].enmType)
Note:
See TracChangeset
for help on using the changeset viewer.