Change mask for OC to 0xFE00
authorNick Clifton <nickc@redhat.com>
Mon, 16 Oct 2000 18:18:47 +0000 (18:18 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 16 Oct 2000 18:18:47 +0000 (18:18 +0000)
opcodes/ChangeLog
opcodes/mcore-dis.c

index 019f3c9..5480774 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-16  Nick Clifton  <nickc@redhat.com>
+
+       * mcore-dis.c (imsk): Change mask for OC to 0xFE00.
+
 2000-10-06  Dave Brolley  <brolley@redhat.com>
 
        * fr30-desc.h: Regenerate.
index 6df124f..83b1da5 100644 (file)
@@ -29,7 +29,7 @@ static const unsigned short imsk[] =
     /* O0  */ 0xFFFF,
     /* OT  */ 0xFFFC,
     /* O1  */ 0xFFF0,
-    /* OC  */ 0xFFE0,
+    /* OC  */ 0xFE00,
     /* O2  */ 0xFF00,
     /* X1  */ 0xFFF0,
     /* OI  */ 0xFE00,