xen: Fix wrong register in relocator.
This fixes chainloading of some GRUB variants.
This commit is contained in:
parent
fb93c75bdd
commit
bcf3c55531
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ VARIABLE(grub_relocator_xen_start)
|
||||||
VARIABLE(grub_relocator_xen_remapper_virt2)
|
VARIABLE(grub_relocator_xen_remapper_virt2)
|
||||||
.long 0
|
.long 0
|
||||||
|
|
||||||
movl %eax, %edi
|
movl %eax, %ebx
|
||||||
|
|
||||||
xorl %ecx, %ecx /* Invalid pte */
|
xorl %ecx, %ecx /* Invalid pte */
|
||||||
xorl %edx, %edx
|
xorl %edx, %edx
|
||||||
|
|
Loading…
Reference in a new issue