mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Fix Unix host build on PPC
git-svn-id: svn://coreboot.org/openbios/openbios-devel@339 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -59,6 +59,10 @@ int diskemu;
|
||||
static int segfault = 0;
|
||||
int verbose = 0;
|
||||
|
||||
#ifdef CONFIG_PPC
|
||||
uint32_t isa_io_base;
|
||||
#endif
|
||||
|
||||
int errno_int; /* implement for fs drivers, needed to build on Mac OS X */
|
||||
|
||||
#if 0
|
||||
|
||||
Reference in New Issue
Block a user