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:
Mark Cave-Ayland
2010-03-14 21:14:04 +00:00
committed by Mark Cave-Ayland
parent 10a518a7aa
commit 4bc97b7c9f

View File

@@ -29,6 +29,8 @@
//#define DUMP_NVRAM
unsigned long virt_offset = 0;
void
exit( int status __attribute__ ((unused)))
{