move variables into INITBSS

This commit is contained in:
mrdudz
2015-10-15 15:11:05 +02:00
parent 63d4c93006
commit 8263083506

View File

@@ -149,11 +149,7 @@ soft80_bitmapyhi_data:
soft80_tables_data_end: soft80_tables_data_end:
;------------------------------------------------------------------------------- ;-------------------------------------------------------------------------------
; FIXME: when the code is fixed to use the "init" segment, these variables must .segment "INITBSS"
; be moved into a section other than .bss so they survive after the init
; code has been run.
.data ; FIXME
soft80_internal_cellcolor: soft80_internal_cellcolor:
.res 1 .res 1
soft80_internal_bgcolor: soft80_internal_bgcolor: