From: uz Date: Sat, 29 Aug 2009 23:19:01 +0000 (+0000) Subject: Added even more subroutines to the "harmless calls" list. X-Git-Tag: V2.13.0rc1~173 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8d5999c3a434330030f2546932f71b56e0232e14;p=cc65 Added even more subroutines to the "harmless calls" list. git-svn-id: svn://svn.cc65.org/cc65/trunk@4083 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/cc65/coptstop.c b/src/cc65/coptstop.c index c97ad216e..906f9adef 100644 --- a/src/cc65/coptstop.c +++ b/src/cc65/coptstop.c @@ -1682,8 +1682,12 @@ static int HarmlessCall (const char* Name) static const char* Tab[] = { "aslax1", "aslax2", + "aslax3", + "aslax4", "asrax1", "asrax2", + "asrax3", + "asrax4", "bnegax", "ldaxidx", "ldaxysp",