aboutsummaryrefslogtreecommitdiff
path: root/opcodes/frv-dis.c
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2003-09-03 23:09:56 +0000
committerDave Brolley <brolley@redhat.com>2003-09-03 23:09:56 +0000
commitecd51ad39f03eccde40cad9b5f69de264f160136 (patch)
treee95633c2eaa5ddc0029a4e49f8367e40d7dab5ad /opcodes/frv-dis.c
parent8caa9169eb9c4374cdf06c688b4ee1ca73a85a13 (diff)
downloadfsf-binutils-gdb-ecd51ad39f03eccde40cad9b5f69de264f160136.zip
fsf-binutils-gdb-ecd51ad39f03eccde40cad9b5f69de264f160136.tar.gz
fsf-binutils-gdb-ecd51ad39f03eccde40cad9b5f69de264f160136.tar.bz2
2003-09-03 Dave Brolley <brolley@redhat.com>
* frv-*: Regenerated.
Diffstat (limited to 'opcodes/frv-dis.c')
-rw-r--r--opcodes/frv-dis.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/opcodes/frv-dis.c b/opcodes/frv-dis.c
index 8b1e4da..b0f51bc 100644
--- a/opcodes/frv-dis.c
+++ b/opcodes/frv-dis.c
@@ -151,8 +151,11 @@ frv_cgen_print_operand (cd, opindex, xinfo, fields, attrs, pc, length)
switch (opindex)
{
- case FRV_OPERAND_A :
- print_normal (cd, info, fields->f_A, 0|(1<<CGEN_OPERAND_HASH_PREFIX), pc, length);
+ case FRV_OPERAND_A0 :
+ print_normal (cd, info, fields->f_A, 0, pc, length);
+ break;
+ case FRV_OPERAND_A1 :
+ print_normal (cd, info, fields->f_A, 0, pc, length);
break;
case FRV_OPERAND_ACC40SI :
print_keyword (cd, info, & frv_cgen_opval_acc_names, fields->f_ACC40Si, 0);