Fix typo in relocator32.S
This commit is contained in:
parent
108408aa39
commit
8468cbeccd
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ LOCAL(cont1):
|
||||||
|
|
||||||
/* Turn off PAE. */
|
/* Turn off PAE. */
|
||||||
movl %cr4, %eax
|
movl %cr4, %eax
|
||||||
andl $GRUB_MEMORY_CPU_CR4_PAE_ON, %eax
|
andl $(~GRUB_MEMORY_CPU_CR4_PAE_ON), %eax
|
||||||
movl %eax, %cr4
|
movl %eax, %cr4
|
||||||
|
|
||||||
jmp LOCAL(cont2)
|
jmp LOCAL(cont2)
|
||||||
|
|
Loading…
Reference in a new issue