mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Fixed the definition of X86_CR4_PGE.
svn path=/trunk/; revision=10530
This commit is contained in:
parent
e3e1c39945
commit
6657310a77
1 changed files with 2 additions and 2 deletions
|
@ -136,9 +136,9 @@ VOID
|
|||
NtEarlyInitVdm(VOID);
|
||||
|
||||
|
||||
#define X86_EFLAGS_ID (1 << 21)
|
||||
#define X86_EFLAGS_ID (1 << 21)
|
||||
|
||||
#define X86_CR4_PGE (1 << 8)
|
||||
#define X86_CR4_PGE (1 << 7)
|
||||
#define X86_FEATURE_PGE (1 << 13)
|
||||
|
||||
#if defined(__GNUC__)
|
||||
|
|
Loading…
Reference in a new issue