]> git.sur5r.net Git - cc65/commitdiff
move variables into INITBSS
authormrdudz <mrdudz@users.noreply.github.com>
Thu, 15 Oct 2015 13:11:05 +0000 (15:11 +0200)
committermrdudz <mrdudz@users.noreply.github.com>
Thu, 15 Oct 2015 13:11:05 +0000 (15:11 +0200)
libsrc/c64/soft80_conio.s

index d2dfb913e80aa5b5afe28abb21dc4d80f8205326..4e24a03417bf8e5330c2e1267709598ee7efe96c 100644 (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: