VirtualBox

Changeset 97219 in vbox


Ignore:
Timestamp:
Oct 18, 2022 10:49:41 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
154195
Message:

VMM/CPUM: Access CPUMCTX::eflags via the 'u' member when possible in preparation for putting internal info in the reserved bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUM.cpp

    r97192 r97219  
    31513151     * Format the EFLAGS.
    31523152     */
    3153     uint32_t efl = pCtx->eflags.u32;
     3153    uint32_t efl = pCtx->eflags.u;
    31543154    char szEFlags[80];
    31553155    cpumR3InfoFormatFlags(&szEFlags[0], efl | ((uint32_t)pCtx->fInhibit << 24));
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