]> git.sur5r.net Git - cc65/blobdiff - src/cc65/coptstop.c
Add more function to the "harmless calls" list.
[cc65] / 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                                    */
 /*****************************************************************************/