summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-09-17 16:20:45 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-09-17 16:20:45 -0700
commit19315e012fda54ec3e4af65849170ab335dcc36f (patch)
tree84392d0c84f2f50b9062460d3c5234a2a70093c5
parent18b78815b91bd0a383a6439a0f8571cb33d6b522 (diff)
downloadnasm-19315e012fda54ec3e4af65849170ab335dcc36f.tar.gz
Enable IF_AR3
Enable IF_AR3, which was incorrectly disabled in a previous checkin.
-rw-r--r--assemble.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/assemble.c b/assemble.c
index 7dc2b25b..0821101a 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 */
}