mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
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:
parent
d2f59fb8b0
commit
9e31f7fb63
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user