VirtualBox

Changeset 17701 in vbox


Ignore:
Timestamp:
Mar 11, 2009 3:30:30 PM (16 years ago)
Author:
vboxsync
Message:

Added X86_EFL_PUSHF_BITS

File:
1 edited

Legend:

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

    r15631 r17701  
    194194/** The the IOPL level from the flags. */
    195195#define X86_EFL_GET_IOPL(efl)   (((efl) >> X86_EFL_IOPL_SHIFT) & 3)
     196/** Bits saved by pushf */
     197#define X86_EFL_PUSHF_BITS      (X86_EFL_CF | X86_EFL_PF | X86_EFL_AF | X86_EFL_ZF | X86_EFL_SF | X86_EFL_TF | X86_EFL_IF | X86_EFL_DF | X86_EFL_OF | X86_EFL_IOPL | X86_EFL_NT | X86_EFL_AC | X86_EFL_ID)
    196198/** @} */
    197199
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette