mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
Disable handling of tossubax since it won't work as implemented in many cases.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4047 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
f63964e23c
commit
8fa42540c1
@ -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]))
|
||||
|
Loading…
x
Reference in New Issue
Block a user