]> git.sur5r.net Git - cc65/commitdiff
Fixed none.lib missing symbols
authorbauen1 <j2468h@gmail.com>
Thu, 4 Jan 2018 11:22:42 +0000 (12:22 +0100)
committerbauen1 <j2468h@gmail.com>
Thu, 4 Jan 2018 11:22:42 +0000 (12:22 +0100)
cfg/none.cfg

index 44bbcdfec2256b6eac855394e9843e01112b0cba..cb8dbd400a775d51e75eef75065e97a06ad0955d 100644 (file)
@@ -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;