mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
Change constructor priority
git-svn-id: svn://svn.cc65.org/cc65/trunk@1705 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
2569c0c56c
commit
ab9eb876b9
@ -5,7 +5,7 @@
|
||||
;
|
||||
|
||||
.export _atexit
|
||||
.destructor doatexit, 28
|
||||
.destructor doatexit, 5
|
||||
.import __errno
|
||||
.import jmpvec
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user