Add linker magic to ensure 16bit variables aren't repeated in 32bit code.
[seabios.git] / src / floppy_dbt.c
index c04d2229e66a300d6db9ddebab9f987703b8f258..c391d9e48aeaf2021645422315bf03e83dd50a02 100644 (file)
@@ -9,7 +9,7 @@
 // Since no provisions are made for multiple drive types, most
 // values in this table are ignored.  I set parameters for 1.44M
 // floppy here
-struct floppy_dbt_s diskette_param_table __aligned(1) VISIBLE16 = {
+struct floppy_dbt_s diskette_param_table __aligned(1) VAR16 = {
     .specify1       = 0xAF,
     .specify2       = 0x02, // head load time 0000001, DMA used
     .shutoff_ticks  = 0x25,