Make grub_xen_hypercall on i386 cdecl rather than stdcall to avoid
linker trying to "fixup" the code.
This commit is contained in:
parent
8fcce8d50f
commit
316c8d9a18
3 changed files with 7 additions and 2 deletions
|
@ -40,4 +40,4 @@ FUNCTION(grub_xen_hypercall)
|
|||
popl %edi
|
||||
popl %esi
|
||||
popl %ebp
|
||||
retl $16
|
||||
ret
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue