]> git.sur5r.net Git - cc65/commitdiff
Added even more subroutines to the "harmless calls" list.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 29 Aug 2009 23:19:01 +0000 (23:19 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 29 Aug 2009 23:19:01 +0000 (23:19 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4083 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/cc65/coptstop.c

index c97ad216ea05cf872ebada1bd7c0599f5ddeaa0c..906f9adef6f1cd3f801b1193953194d4bea26863 100644 (file)
@@ -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",