diff options
author | Helge Deller <deller@gmx.de> | 2022-05-26 11:41:25 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2022-05-26 11:41:25 +0200 |
commit | 76c0fbf9cdd208d0f3f79cc85a915e12da5cc009 (patch) | |
tree | 8a91fa6fdc280fc20122141fa7cb02100c7a42e6 | |
parent | 7dd97dc328785d61aef1c07e04332a62e3a19cdf (diff) | |
download | seabios-hppa-76c0fbf9cdd208d0f3f79cc85a915e12da5cc009.zip seabios-hppa-76c0fbf9cdd208d0f3f79cc85a915e12da5cc009.tar.gz seabios-hppa-76c0fbf9cdd208d0f3f79cc85a915e12da5cc009.tar.bz2 |
parisc: Avoid build warning in vgainit.c
Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r-- | vgasrc/vgainit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vgasrc/vgainit.c b/vgasrc/vgainit.c index d6a297e..56222b4 100644 --- a/vgasrc/vgainit.c +++ b/vgasrc/vgainit.c @@ -18,9 +18,10 @@ #include "vgahw.h" // vgahw_setup #include "vgautil.h" // swcursor_check_event +#if CONFIG_X86 // Type of emulator platform - for dprintf with certain compile options. int PlatformRunningOn VAR16; - +#endif /**************************************************************** * PCI Data |