mboot.c32: fix register constraints bug (more cleanly)
authorTim Deegan <Tim.Deegan@cl.cam.ac.uk>
Wed, 24 May 2006 16:40:50 +0000 (17:40 +0100)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 25 May 2006 00:39:14 +0000 (17:39 -0700)
commitc3891b86a346d63e074735ff61ee4322c5f5c109
tree88917eb094f1436b0ba9fefbf62611b1b8445318
parent31acbeada8554508fa9af6f4c03795594aefb696
mboot.c32: fix register constraints bug (more cleanly)

Fix register constraints of final jump to kernel entry.
When compiled with some GCC versions, mboot.c32 would clobber the kernel
load address and try to jump to 0x2badb002.

Signed-off-by: Tim Deegan <Tim.Deegan@cl.cam.ac.uk>
com32/modules/mboot.c