VirtualBox

Changeset 107199 in vbox


Ignore:
Timestamp:
Nov 29, 2024 10:15:11 PM (5 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166203
Message:

VMM/IEM: Avoid gcc warning in IEMN8veRecompilerTlbLookup.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IEMN8veRecompilerTlbLookup.h

    r106445 r107199  
    712712            {
    713713                /* 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++;
    715716            }
    716717            else
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette