From: bauen1 Date: Thu, 4 Jan 2018 11:22:42 +0000 (+0100) Subject: Fixed none.lib missing symbols X-Git-Tag: V2.17~50^2~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=884dfcf3c15672fc7caa9b0b709d49b3f2672ca6;p=cc65 Fixed none.lib missing symbols --- diff --git a/cfg/none.cfg b/cfg/none.cfg index 44bbcdfec..cb8dbd400 100644 --- a/cfg/none.cfg +++ b/cfg/none.cfg @@ -3,7 +3,7 @@ SYMBOLS { } MEMORY { ZP: file = "", define = yes, start = $0000, size = $0001F; - MAIN: file = %O, start = %S, size = $10000 - __STACKSIZE__; + MAIN: file = %O, start = %S, size = $10000 - __STACKSIZE__, define = yes; } SEGMENTS { ZEROPAGE: load = ZP, type = zp;