From 7c6ee79ea94c7d25a07eba7b319d1bed5ef3dab2 Mon Sep 17 00:00:00 2001 From: uz Date: Sat, 29 Aug 2009 21:17:28 +0000 Subject: [PATCH] Added more harmless functions to the list, so the stuff gets applied in more cases. git-svn-id: svn://svn.cc65.org/cc65/trunk@4078 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/cc65/coptstop.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/cc65/coptstop.c b/src/cc65/coptstop.c index f8d7dd5ad..c97ad216e 100644 --- a/src/cc65/coptstop.c +++ b/src/cc65/coptstop.c @@ -1690,8 +1690,12 @@ static int HarmlessCall (const char* Name) "negax", "shlax1", "shlax2", + "shlax3", + "shlax4", "shrax1", "shrax2", + "shrax3", + "shrax4", }; void* R = bsearch (Name, -- 2.39.5