1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-27 00:29:31 +00:00

An export has been missing for BRKVec (Stefan Haubenthal).

git-svn-id: svn://svn.cc65.org/cc65/trunk@5393 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2012-01-06 15:53:07 +00:00
parent 77b84429a3
commit 3677e722cc

View File

@ -2,7 +2,7 @@
; Startup code for cc65 (CBM 500 version)
;
.export _exit
.export _exit, BRKVec
.export __STARTUP__ : absolute = 1 ; Mark as startup
.import _clrscr, initlib, donelib, callirq_y