mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[NTOS:KE] Remove duplicated EFlag definitions
This commit is contained in:
parent
42e1fefcc6
commit
2a2d0903bf
1 changed files with 0 additions and 6 deletions
|
@ -13,12 +13,6 @@
|
|||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
/* FIXME: Local EFLAGS defines not used anywhere else */
|
||||
#define EFLAGS_IOPL 0x3000
|
||||
#define EFLAGS_NF 0x4000
|
||||
#define EFLAGS_RF 0x10000
|
||||
#define EFLAGS_ID 0x200000
|
||||
|
||||
/* GLOBALS *******************************************************************/
|
||||
|
||||
/* The Boot TSS */
|
||||
|
|
Loading…
Reference in a new issue