VirtualBox

Changeset 106187 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Oct 1, 2024 9:05:44 AM (7 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164971
Message:

VMM/IEM: Injecting postponed eflags calculations into the TLB miss code paths. Fixed if constexpr for gcc. bugref:10720

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/x86.h

    r106061 r106187  
    190190/** Bit 1 - Reserved, reads as 1. */
    191191#define X86_EFL_1           RT_BIT_32(1)
     192#define X86_EFL_1_BIT       1
    192193/** Bit 2 - PF - Parity flag - Status flag. */
    193194#define X86_EFL_PF          RT_BIT_32(2)
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