From: mrdudz Date: Thu, 15 Oct 2015 13:11:05 +0000 (+0200) Subject: move variables into INITBSS X-Git-Tag: V2.16~210^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8263083506e54b5f97cb6373d172877219565ac0;p=cc65 move variables into INITBSS --- diff --git a/libsrc/c64/soft80_conio.s b/libsrc/c64/soft80_conio.s index d2dfb913e..4e24a0341 100644 --- a/libsrc/c64/soft80_conio.s +++ b/libsrc/c64/soft80_conio.s @@ -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: