Enable IF_AR3
authorH. Peter Anvin <hpa@zytor.com>
Mon, 17 Sep 2007 23:20:45 +0000 (16:20 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 17 Sep 2007 23:20:45 +0000 (16:20 -0700)
Enable IF_AR3, which was incorrectly disabled in a previous checkin.

assemble.c

index 7dc2b25..0821101 100644 (file)
@@ -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 */
         }