]> git.sur5r.net Git - cc65/blobdiff - src/cc65/coptstop.c
Disable handling of tossubax since it won't work as implemented in many cases.
[cc65] / 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]))