From: cuz Date: Fri, 12 Jul 2002 09:10:02 +0000 (+0000) Subject: Fixed a bug X-Git-Tag: V2.12.0~2274 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=27cd610d490154cf64843dc7a6c8f26435585afa;p=cc65 Fixed a bug git-svn-id: svn://svn.cc65.org/cc65/trunk@1351 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/cc65/codeent.c b/src/cc65/codeent.c index 2a7b45956..50fa59a4e 100644 --- a/src/cc65/codeent.c +++ b/src/cc65/codeent.c @@ -398,7 +398,6 @@ int CE_UseLoadFlags (const CodeEntry* E) case CMP_LE: case CMP_UGT: case CMP_ULE: - case CMP_INV: /* Will use the N or Z flags */ return 1;