Changeset 60665 in vbox
- Timestamp:
- Apr 22, 2016 11:35:35 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106833
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86.h
r60313 r60665 212 212 #define X86_EFL_POPF_BITS ( X86_EFL_CF | X86_EFL_PF | X86_EFL_AF | X86_EFL_ZF | X86_EFL_SF | X86_EFL_TF | X86_EFL_IF \ 213 213 | X86_EFL_DF | X86_EFL_OF | X86_EFL_IOPL | X86_EFL_NT | X86_EFL_AC | X86_EFL_ID ) 214 /** Bits restored by popf */ 215 #define X86_EFL_POPF_BITS_386 ( X86_EFL_CF | X86_EFL_PF | X86_EFL_AF | X86_EFL_ZF | X86_EFL_SF | X86_EFL_TF | X86_EFL_IF \ 216 | X86_EFL_DF | X86_EFL_OF | X86_EFL_IOPL | X86_EFL_NT ) 214 217 /** The status bits commonly updated by arithmetic instructions. */ 215 218 #define X86_EFL_STATUS_BITS ( X86_EFL_CF | X86_EFL_PF | X86_EFL_AF | X86_EFL_ZF | X86_EFL_SF | X86_EFL_OF )
Note:
See TracChangeset
for help on using the changeset viewer.