mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@3083 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
0eb23b9b51
commit
eb9d9ee0c5
@ -713,7 +713,7 @@ struct OptFuncDesc {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const OptFuncDesc FuncTable[] = {
|
static const OptFuncDesc FuncTable[] = {
|
||||||
{ "__bzero", Opt___bzero, STOP_NONE },
|
{ "__bzero", Opt___bzero, STOP_X_ZERO },
|
||||||
{ "staspidx", Opt_staspidx, STOP_NONE },
|
{ "staspidx", Opt_staspidx, STOP_NONE },
|
||||||
{ "staxspidx", Opt_staxspidx, STOP_A_UNUSED },
|
{ "staxspidx", Opt_staxspidx, STOP_A_UNUSED },
|
||||||
{ "tosaddax", Opt_tosaddax, STOP_NONE },
|
{ "tosaddax", Opt_tosaddax, STOP_NONE },
|
||||||
|
Loading…
Reference in New Issue
Block a user