From eb9d9ee0c5fd7b391fd5dba66869ef70619dc6d9 Mon Sep 17 00:00:00 2001 From: cuz Date: Fri, 4 Jun 2004 14:06:36 +0000 Subject: [PATCH] Fixed a bug git-svn-id: svn://svn.cc65.org/cc65/trunk@3083 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/cc65/coptstop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- 2.39.5