mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
64-bit fixes
General 64-bit fixes and a hack for x86 to Sparc64 crosscompiling problem, where x86 misses 128-bit types. git-svn-id: svn://coreboot.org/openbios/openbios-devel@68 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -49,8 +49,8 @@ static void init_memory(void)
|
||||
* than that we have serious bloat.
|
||||
*/
|
||||
|
||||
PUSH((unsigned int)&_heap);
|
||||
PUSH((unsigned int)&_eheap);
|
||||
PUSH((ucell)&_heap);
|
||||
PUSH((ucell)&_eheap);
|
||||
}
|
||||
|
||||
static void
|
||||
@@ -128,6 +128,5 @@ int openbios(void)
|
||||
#endif
|
||||
|
||||
enterforth((xt_t)PC);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user