mirror of
https://github.com/cc65/cc65.git
synced 2025-01-01 03:30:20 +00:00
move variables into INITBSS
This commit is contained in:
parent
63d4c93006
commit
8263083506
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user