mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 23:48:12 +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
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#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 *******************************************************************/
|
/* GLOBALS *******************************************************************/
|
||||||
|
|
||||||
/* The Boot TSS */
|
/* The Boot TSS */
|
||||||
|
|
Loading…
Reference in a new issue