VirtualBox

Changeset 103854 in vbox


Ignore:
Timestamp:
Mar 14, 2024 1:58:58 PM (12 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162225
Message:

doxygen fix, lnx64dep2 build burn, IEMN8veRecompiler.h file, wrong @param name warning

File:
1 edited

Legend:

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

    r103839 r103854  
    657657/** Check if all status flags are going to be clobbered and doesn't need
    658658 *  calculating in the current step.
    659  * @param a_pEntry  The current liveness entry. */
     659 * @param a_pCurEntry  The current liveness entry. */
    660660# define IEMLIVENESS_STATE_ARE_STATUS_EFL_TO_BE_CLOBBERED(a_pCurEntry)  \
    661661    ( (((a_pCurEntry)->Bit0.bm64 | (a_pCurEntry)->Bit1.bm64) & IEMLIVENESSBIT_STATUS_EFL_MASK) == 0 )
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