1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 17:56:21 +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:
cuz 2004-06-04 14:06:36 +00:00
parent 0eb23b9b51
commit eb9d9ee0c5

View File

@ -713,7 +713,7 @@ struct OptFuncDesc {
};
static const OptFuncDesc FuncTable[] = {
{ "__bzero", Opt___bzero, STOP_NONE },
{ "__bzero", Opt___bzero, STOP_X_ZERO },
{ "staspidx", Opt_staspidx, STOP_NONE },
{ "staxspidx", Opt_staxspidx, STOP_A_UNUSED },
{ "tosaddax", Opt_tosaddax, STOP_NONE },