mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Fix PPC build - it seems that changing the headers around was masking the fact that virt_offset was not being defined within
ppc/qemu.c compared to the other PPC builds. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@700 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Mark Cave-Ayland
parent
10a518a7aa
commit
4bc97b7c9f
@@ -29,6 +29,8 @@
|
||||
|
||||
//#define DUMP_NVRAM
|
||||
|
||||
unsigned long virt_offset = 0;
|
||||
|
||||
void
|
||||
exit( int status __attribute__ ((unused)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user