From 19315e012fda54ec3e4af65849170ab335dcc36f Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 17 Sep 2007 16:20:45 -0700 Subject: [PATCH] Enable IF_AR3 Enable IF_AR3, which was incorrectly disabled in a previous checkin. --- assemble.c | 2 -- 1 file changed, 2 deletions(-) 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 */ } -- 2.7.4