- Timestamp:
- Dec 29, 2023 7:47:36 PM (13 months ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp
r102733 r102734 11706 11706 } 11707 11707 #else 11708 RT_NOREF(fAccess, fAlignMask );11708 RT_NOREF(fAccess, fAlignMask, idxLabelTlbMiss); 11709 11709 #endif 11710 11710 -
trunk/src/VBox/VMM/include/IEMN8veRecompilerEmit.h
r102733 r102734 3378 3378 else 3379 3379 { 3380 Assert( offLabel - off<= -0x3ffff);3380 Assert((int64_t)(offLabel - off) <= -0x3ffff); 3381 3381 pCodeBuf[off++] = Armv8A64MkInstrBCond(enmCond, offLabel - off); 3382 3382 }
Note:
See TracChangeset
for help on using the changeset viewer.