]> git.sur5r.net Git - cc65/commitdiff
Set the priority of the main() args constructor to 24 simply be cause most other...
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 29 Jan 2011 21:39:17 +0000 (21:39 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 29 Jan 2011 21:39:17 +0000 (21:39 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4954 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/apple2/dosdetect.s
libsrc/apple2/mainargs.s

index 272d5056ed179940767afb28a2bcc62af496cb16..5dcda07a91840fc46fc8c18442262bbad91f0140 100644 (file)
@@ -20,7 +20,7 @@
 ; ProDOS 8 2.0.3 - $23
 ;
 
-        .constructor    initdostype, 19
+        .constructor    initdostype, 25
         .export         __dos_type
 
         .include        "mli.inc"
index b5ba0bd961ad14270c5909a4048d7cbc12b812e8..2de10bd5371a6b689c1e737301d47f12b2158d45 100644 (file)
@@ -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"