Make grub_xen_hypercall on i386 cdecl rather than stdcall to avoid

linker trying to "fixup" the code.
This commit is contained in:
Vladimir Serbinenko 2013-12-16 18:10:50 +01:00
parent 8fcce8d50f
commit 316c8d9a18
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2013-12-16 Vladimir Serbinenko <phcoder@gmail.com>
Make grub_xen_hypercall on i386 cdecl rather than stdcall to avoid
linker trying to "fixup" the code.
2013-12-16 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/x86_64/xen/startup.S: Align stack.