From 8263083506e54b5f97cb6373d172877219565ac0 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Thu, 15 Oct 2015 15:11:05 +0200 Subject: [PATCH] move variables into INITBSS --- libsrc/c64/soft80_conio.s | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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: