VirtualBox

Changeset 7121 in vbox


Ignore:
Timestamp:
Feb 25, 2008 4:12:38 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28372
Message:

Added a plain unsigned view to keep things shorter.

File:
1 edited

Legend:

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

    r7096 r7121  
    114114    /** The 32-bit view. */
    115115    uint32_t        u32;
     116    /** The plain unsigned view. */
     117    uint32_t        u;
    116118} X86EFLAGS;
    117119/** Pointer to EFLAGS. */
     
    121123
    122124/**
    123  * RFLAGS (32 upper bits are reserved)
     125 * RFLAGS (32 upper bits are reserved).
    124126 */
    125127typedef union X86RFLAGS
     
    137139    /** The 64-bit view. */
    138140    uint64_t        u64;
     141    /** The plain unsigned view. */
     142    uint64_t        u;
    139143} X86RFLAGS;
    140144/** Pointer to RFLAGS. */
     
    22252229
    22262230#pragma pack(1)
    2227 /** 
     2231/**
    22282232 * 32-bit IDTR/GDTR.
    22292233 */
     
    22382242
    22392243#pragma pack(1)
    2240 /** 
     2244/**
    22412245 * 64-bit IDTR/GDTR.
    22422246 */
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