From 8d5999c3a434330030f2546932f71b56e0232e14 Mon Sep 17 00:00:00 2001 From: uz Date: Sat, 29 Aug 2009 23:19:01 +0000 Subject: [PATCH] Added even more subroutines to the "harmless calls" list. git-svn-id: svn://svn.cc65.org/cc65/trunk@4083 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 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", -- 2.39.2