From: H. Peter Anvin Date: Mon, 17 Sep 2007 23:20:45 +0000 (-0700) Subject: Enable IF_AR3 X-Git-Tag: nasm-2.11.05~1956^2~4^2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19315e012fda54ec3e4af65849170ab335dcc36f;p=platform%2Fupstream%2Fnasm.git Enable IF_AR3 Enable IF_AR3, which was incorrectly disabled in a previous checkin. --- diff --git a/assemble.c b/assemble.c index 7dc2b25..0821101 100644 --- a/assemble.c +++ b/assemble.c @@ -1630,11 +1630,9 @@ static int matches(const struct itemplate *itemp, insn * instruction, int bits) case IF_AR2: i = 2; break; -#if 0 /* Need to reorganize instruction flags to fit IF_AR3 */ case IF_AR3: i = 3; break; -#endif default: break; /* Shouldn't happen */ }