move variables into INITBSS
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user