From 40c8cbdca5766bfeff77f4cb2732cb1578a4cd65 Mon Sep 17 00:00:00 2001 From: cuz Date: Sun, 1 Dec 2002 23:32:13 +0000 Subject: [PATCH] Added a harmless function git-svn-id: svn://svn.cc65.org/cc65/trunk@1686 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/cc65/coptstop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cc65/coptstop.c b/src/cc65/coptstop.c index 7686a7e70..c632fd5fe 100644 --- a/src/cc65/coptstop.c +++ b/src/cc65/coptstop.c @@ -651,6 +651,7 @@ static int HarmlessCall (const char* Name) static const char* Tab[] = { "ldaxidx", "ldaxysp", + "negax", }; void* R = bsearch (Name, -- 2.39.5