mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[NDK] Add some missing defines for EFLAGS on amd64
This commit is contained in:
parent
662774bca3
commit
382426f02e
1 changed files with 4 additions and 0 deletions
|
@ -125,11 +125,15 @@ typedef enum
|
|||
#define EFLAGS_TF 0x100L
|
||||
#define EFLAGS_INTERRUPT_MASK 0x200L
|
||||
#define EFLAGS_DF 0x400L
|
||||
#define EFLAGS_IOPL 0x3000L
|
||||
#define EFLAGS_NESTED_TASK 0x4000L
|
||||
//#define EFLAGS_NF 0x4000
|
||||
#define EFLAGS_RF 0x10000
|
||||
#define EFLAGS_V86_MASK 0x20000
|
||||
#define EFLAGS_ALIGN_CHECK 0x40000
|
||||
#define EFLAGS_VIF 0x80000
|
||||
#define EFLAGS_VIP 0x100000
|
||||
#define EFLAGS_ID 0x200000
|
||||
#define EFLAGS_USER_SANITIZE 0x3F4DD7
|
||||
#define EFLAG_SIGN 0x8000
|
||||
#define EFLAG_ZERO 0x4000
|
||||
|
|
Loading…
Reference in a new issue