diff options
author | Dave Brolley <brolley@redhat.com> | 2003-09-03 23:09:56 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2003-09-03 23:09:56 +0000 |
commit | ecd51ad39f03eccde40cad9b5f69de264f160136 (patch) | |
tree | e95633c2eaa5ddc0029a4e49f8367e40d7dab5ad /opcodes/frv-dis.c | |
parent | 8caa9169eb9c4374cdf06c688b4ee1ca73a85a13 (diff) | |
download | gdb-ecd51ad39f03eccde40cad9b5f69de264f160136.zip gdb-ecd51ad39f03eccde40cad9b5f69de264f160136.tar.gz 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.c | 7 |
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); |