diff options
author | DJ Delorie <dj@redhat.com> | 2009-05-19 23:35:47 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2009-05-19 23:35:47 +0000 |
commit | eb9568003a5a95a7587b47fa7b9b5c2e3ff57b66 (patch) | |
tree | 6da1039f5bd5185cf6a42d3166b16da123b887b8 /opcodes/mep-asm.c | |
parent | b899d3323df558fe8ffdc393c7af72e66d9621ac (diff) | |
download | binutils-eb9568003a5a95a7587b47fa7b9b5c2e3ff57b66.zip binutils-eb9568003a5a95a7587b47fa7b9b5c2e3ff57b66.tar.gz binutils-eb9568003a5a95a7587b47fa7b9b5c2e3ff57b66.tar.bz2 |
* mep-asm.c: Regenerate.
* mep-opc.c: Regenerate.
Diffstat (limited to 'opcodes/mep-asm.c')
-rw-r--r-- | opcodes/mep-asm.c | 2 |
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 |