From: uz Date: Wed, 6 Jun 2012 21:52:54 +0000 (+0000) Subject: Added more to the list of "harmless" calls that do not interrupt a X-Git-Tag: V2.14~378 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=61c1f6b27055f3ddba68d3fdc3abee0c70820c27;p=cc65 Added more to the list of "harmless" calls that do not interrupt a pushax/stackop sequence. git-svn-id: svn://svn.cc65.org/cc65/trunk@5690 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/cc65/coptstop.c b/src/cc65/coptstop.c index f00410fa5..bc099a56c 100644 --- a/src/cc65/coptstop.c +++ b/src/cc65/coptstop.c @@ -1604,6 +1604,24 @@ static int HarmlessCall (const char* Name) "asrax3", "asrax4", "bnegax", + "decax1", + "decax2", + "decax3", + "decax4", + "decax5", + "decax6", + "decax7", + "decax8", + "decaxy", + "incax1", + "incax2", + "incax3", + "incax4", + "incax5", + "incax6", + "incax7", + "incax8", + "incaxy", "ldaxidx", "ldaxysp", "negax",