* device/include/malloc.h: Added z80 and gbz80 support.
[fw/sdcc] / device / lib / z80 / crt0.s
index 9f21f26b1d52a31b77264a967e2d9aba07ad13ce..61006f372f24f53e156003d07184a4e407c1a38b 100644 (file)
@@ -39,6 +39,7 @@ init:
         
        .area   _DATA
         .area   _BSS
+        .area   _HEAP
 
         .area   _CODE
 __clock::