]> git.sur5r.net Git - cc65/commitdiff
Add more function to the "harmless calls" list.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 15 Aug 2009 14:18:00 +0000 (14:18 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 15 Aug 2009 14:18:00 +0000 (14:18 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4015 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/cc65/coptstop.c

index 47825f059da2a967073367efaf560b6d4ccd367e..bd9b7618c2b5d651c08137ba51ec4248ae44622f 100644 (file)
@@ -821,9 +821,17 @@ static int HarmlessCall (const char* Name)
  */
 {
     static const char* Tab[] = {
+        "aslax1",
+        "aslax2",
+        "asrax1",
+        "asrax2",
         "ldaxidx",
         "ldaxysp",
         "negax",
+        "shlax1",
+        "shlax2",
+        "shrax1",
+        "shrax2",
     };
 
     void* R = bsearch (Name,
@@ -837,7 +845,7 @@ static int HarmlessCall (const char* Name)
 
 
 /*****************************************************************************/
-/*                                  Code                                    */
+/*                                  Code                                    */
 /*****************************************************************************/