Change mask for OC to 0xFE00

This commit is contained in:
Nick Clifton 2000-10-16 18:18:47 +00:00
parent 9e36d949c4
commit 710c2d976f
2 changed files with 5 additions and 1 deletions

View 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.

View 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,