1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 00:57:11 +00:00

__syschdir calls initcwd so the latter must not be placed in the INIT segment.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5843 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc 2012-10-10 19:18:09 +00:00
parent 9ff0085f14
commit deb407ccb1

View File

@ -7,8 +7,6 @@
.import __cwd .import __cwd
.include "atari.inc" .include "atari.inc"
.segment "INIT"
.proc initcwd .proc initcwd
jsr findfreeiocb jsr findfreeiocb