1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00

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:
;-------------------------------------------------------------------------------
; FIXME: when the code is fixed to use the "init" segment, these variables must
; be moved into a section other than .bss so they survive after the init
; code has been run.
.data ; FIXME
.segment "INITBSS"
soft80_internal_cellcolor:
.res 1
soft80_internal_bgcolor: