Changeset 107199 in vbox
- Timestamp:
- Nov 29, 2024 10:15:11 PM (5 months ago)
- svn:sync-xref-src-repo-rev:
- 166203
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMN8veRecompilerTlbLookup.h
r106445 r107199 712 712 { 713 713 /* tbnz regflatptr, #0, tlbmiss */ 714 pCodeBuf[off++] = Armv8A64MkInstrTbnz((int32_t)offMisalignedAccess - (int32_t)off, idxRegFlatPtr, 0); 714 pCodeBuf[off] = Armv8A64MkInstrTbnz((int32_t)offMisalignedAccess - (int32_t)off, idxRegFlatPtr, 0); 715 off++; 715 716 } 716 717 else
Note:
See TracChangeset
for help on using the changeset viewer.