xen: Fix wrong register in relocator.

This fixes chainloading of some GRUB variants.
This commit is contained in:
phcoder 2017-03-05 10:04:07 +01:00
parent fb93c75bdd
commit bcf3c55531

View file

@ -128,7 +128,7 @@ VARIABLE(grub_relocator_xen_start)
VARIABLE(grub_relocator_xen_remapper_virt2)
.long 0
movl %eax, %edi
movl %eax, %ebx
xorl %ecx, %ecx /* Invalid pte */
xorl %edx, %edx