]> git.sur5r.net Git - cc65/commitdiff
Disable handling of tossubax since it won't work as implemented in many cases.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 20 Aug 2009 21:01:01 +0000 (21:01 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 20 Aug 2009 21:01:01 +0000 (21:01 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4047 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/cc65/coptstop.c

index 08d98311d63670ee44256a2f2f9e58250d84ec5b..c842504ed1d6f7de0bdc0acdb10676991cb935ac 100644 (file)
@@ -958,7 +958,7 @@ static const OptFuncDesc FuncTable[] = {
     { "tosaddax",   Opt_tosaddax,  REG_NONE, STOP_NONE                    },
     { "tosandax",   Opt_tosandax,  REG_NONE, STOP_NONE                    },
     { "tosorax",    Opt_tosorax,   REG_NONE, STOP_NONE                    },
-    { "tossubax",   Opt_tossubax,  REG_NONE, STOP_NONE                    },
+/*    { "tossubax",   Opt_tossubax,  REG_NONE, STOP_NONE                    }, */
     { "tosxorax",   Opt_tosxorax,  REG_NONE, STOP_NONE                    },
 };
 #define FUNC_COUNT (sizeof(FuncTable) / sizeof(FuncTable[0]))