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 019f3c9fbd4187b3b21b93bbc2f0cc906132af34..5480774d18626395cd85fec88d7ff9f997de9dd1 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 6df124f958d1c1411d6a7c102e57a253c7e90da7..83b1da573ab6ca325b18e3f36f021ce6c8a6e20a 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,
This page took 0.040072 seconds and 4 git commands to generate.