mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-26 18:03:33 +08:00
Change mask for OC to 0xFE00
This commit is contained in:
parent
9e36d949c4
commit
710c2d976f
@ -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.
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user