* device/lib/gbz80/crt0.s,
[fw/sdcc] / device / lib / gbz80 / crt0_rle.s
index e7deb7d9db439f4cec19988ac7aa3ee1399f580d..8b0e84672a789d2fc0ffe8a29b098fb64f8e7e1c 100644 (file)
@@ -1,4 +1,4 @@
-        .area   _CODE
+        .area   CODE
 
         ;; Special RLE decoder used for initing global data
 __initrleblock::
@@ -42,4 +42,3 @@ __initrleblock::
         ;; Push the return address back onto the stack
         push    hl
         ret
-