don't call __getdevdef in crt0.s, but make it a constructor of getdefdev.s

git-svn-id: svn://svn.cc65.org/cc65/trunk@4473 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg
2009-11-19 22:12:51 +00:00
parent 38901e1614
commit 61b2834508
2 changed files with 1 additions and 6 deletions

View File

@@ -19,6 +19,7 @@
.export __getdefdev ; get default device (e.g. "D1:")
.ifdef DYNAMIC_DD
.export __defdev
.constructor __getdefdev,24
.endif
; Get default device (LBUF will be destroyed!!)