VirtualBox

Ignore:
Timestamp:
Jan 7, 2025 9:55:39 AM (8 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166504
Message:

VMM/include/IEMN8veRecompilerEmit.h: Fix unsequenced operation parfait warning, behavior whether off is incremented before or after it is being used on the right side of the expression, bugref:3409

File:
1 edited

Legend:

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

    r106465 r107449  
    73557355    if (poffFixup)
    73567356        *poffFixup = off;
    7357     pCodeBuf[off++] = Armv8A64MkInstrTbzTbnz(fJmpIfSet, off - offTarget, iGprSrc, iBitNo);
     7357    pCodeBuf[off] = Armv8A64MkInstrTbzTbnz(fJmpIfSet, off - offTarget, iGprSrc, iBitNo);
     7358    off++;
    73587359
    73597360#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