diff --git a/src/cc65/coptstop.c b/src/cc65/coptstop.c index d92e9eb5e..57aa51b78 100644 --- a/src/cc65/coptstop.c +++ b/src/cc65/coptstop.c @@ -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 },