diff options
author | Nick Clifton <nickc@redhat.com> | 2000-10-16 18:18:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-10-16 18:18:47 +0000 |
commit | 710c2d976fc00d688eecef00338a988fb3e981c7 (patch) | |
tree | e1eae4fdae5f6ce14b39b4b50816a8bf79b1d87c /opcodes/mcore-dis.c | |
parent | 9e36d949c4d3450cec8b3979d547e36dd73408c1 (diff) | |
download | gdb-710c2d976fc00d688eecef00338a988fb3e981c7.zip gdb-710c2d976fc00d688eecef00338a988fb3e981c7.tar.gz gdb-710c2d976fc00d688eecef00338a988fb3e981c7.tar.bz2 |
Change mask for OC to 0xFE00
Diffstat (limited to 'opcodes/mcore-dis.c')
-rw-r--r-- | opcodes/mcore-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/mcore-dis.c b/opcodes/mcore-dis.c index 6df124f..83b1da5 100644 --- a/opcodes/mcore-dis.c +++ b/opcodes/mcore-dis.c @@ -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, |