Changeset 102702 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Dec 26, 2023 12:30:00 AM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 160871
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompBltIn.cpp
r102701 r102702 1305 1305 iemNativeEmitBltLoadTlbAfterBranch(PIEMRECOMPILERSTATE pReNative, uint32_t off, PCIEMTB pTb, uint8_t idxRange) 1306 1306 { 1307 // off = iemNativeEmitBrk(pReNative, off, 0x1010);1308 1307 #ifdef VBOX_STRICT 1309 1308 off = iemNativeEmitMarker(pReNative, off, 0x80000006); … … 1495 1494 */ 1496 1495 iemNativeFixupFixedJump(pReNative, offFixedJumpToTlbLoad, off); 1497 //off = iemNativeEmitBrk(pReNative, off, 0x1111);1498 1496 1499 1497 /* Check that we haven't been here before. */
Note:
See TracChangeset
for help on using the changeset viewer.