summaryrefslogtreecommitdiff
path: root/src/pnpbios.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2009-09-09 09:51:31 -0400
committerKevin O'Connor <kevin@koconnor.net>2009-09-09 09:51:31 -0400
commit372e071ed4b6a66fb371cf13b6f6d14ddd00837a (patch)
treea5c939b039cd417a82288ae327fb5df6944887d3 /src/pnpbios.c
parent141436b5b253039436d46f0cf883fabd2822367e (diff)
downloadqemu-seabios-372e071ed4b6a66fb371cf13b6f6d14ddd00837a.tar.gz
Rename VAR16_32 to VAR16VISIBLE.
Sometimes VAR16_32 is used to export a definition to assembler, so clarify its naming.
Diffstat (limited to 'src/pnpbios.c')
-rw-r--r--src/pnpbios.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pnpbios.c b/src/pnpbios.c
index 7d9ece5..4e7abc6 100644
--- a/src/pnpbios.c
+++ b/src/pnpbios.c
@@ -41,7 +41,7 @@ struct pnpheader PNPHEADER __aligned(16) VAR16EXPORT = {
// We need a copy of this string in the 0xf000 segment, but we are not
// actually a PnP BIOS, so make sure it is *not* aligned, so OSes will
// not see it if they scan.
-char pnp_string[] __aligned(2) VAR16_32 = " $PnP";
+char pnp_string[] __aligned(2) VAR16VISIBLE = " $PnP";
#endif
#define FUNCTION_NOT_SUPPORTED 0x82