aboutsummaryrefslogtreecommitdiff
path: root/opcodes/mep-asm.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2009-05-19 23:35:47 +0000
committerDJ Delorie <dj@redhat.com>2009-05-19 23:35:47 +0000
commiteb9568003a5a95a7587b47fa7b9b5c2e3ff57b66 (patch)
tree6da1039f5bd5185cf6a42d3166b16da123b887b8 /opcodes/mep-asm.c
parentb899d3323df558fe8ffdc393c7af72e66d9621ac (diff)
downloadfsf-binutils-gdb-eb9568003a5a95a7587b47fa7b9b5c2e3ff57b66.zip
fsf-binutils-gdb-eb9568003a5a95a7587b47fa7b9b5c2e3ff57b66.tar.gz
fsf-binutils-gdb-eb9568003a5a95a7587b47fa7b9b5c2e3ff57b66.tar.bz2
* mep-asm.c: Regenerate.
* mep-opc.c: Regenerate.
Diffstat (limited to 'opcodes/mep-asm.c')
-rw-r--r--opcodes/mep-asm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/mep-asm.c b/opcodes/mep-asm.c
index 1603872..4f92cbd 100644
--- a/opcodes/mep-asm.c
+++ b/opcodes/mep-asm.c
@@ -489,7 +489,7 @@ parse_cdisp10 (CGEN_CPU_DESC cd,
break;
}
- if (MEP_CPU == EF_MEP_CPU_C5)
+ if ((MEP_CPU & EF_MEP_CPU_MASK) == EF_MEP_CPU_C5)
wide = 1;
if (strncmp (*strp, "0x0", 3) == 0