Fix typo in relocator32.S

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-01-12 17:46:17 +01:00
parent 108408aa39
commit 8468cbeccd

View file

@ -79,7 +79,7 @@ LOCAL(cont1):
/* Turn off PAE. */
movl %cr4, %eax
andl $GRUB_MEMORY_CPU_CR4_PAE_ON, %eax
andl $(~GRUB_MEMORY_CPU_CR4_PAE_ON), %eax
movl %eax, %cr4
jmp LOCAL(cont2)