Set the priority of the main() args constructor to 24 simply be cause most other targets do - and adjust the priority of the dos detection constructor to stay higher than the main() args constructor.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4954 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
; ProDOS 8 2.0.3 - $23
|
||||
;
|
||||
|
||||
.constructor initdostype, 19
|
||||
.constructor initdostype, 25
|
||||
.export __dos_type
|
||||
|
||||
.include "mli.inc"
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
; TO-DO:
|
||||
; Add a control-character quoting mechanism.
|
||||
|
||||
.constructor initmainargs, 18
|
||||
.constructor initmainargs, 24
|
||||
.import __argc, __argv, __dos_type
|
||||
|
||||
.include "zeropage.inc"
|
||||
|
||||
Reference in New Issue
Block a user