summaryrefslogtreecommitdiff
path: root/opcodes/cgen-dis.in
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2002-02-05 19:40:45 +0000
committerFrank Ch. Eigler <fche@redhat.com>2002-02-05 19:40:45 +0000
commit9e93f657070562fcd7c8f62e019a346a901fe20e (patch)
treeb7ef73f5773843a23fd4649588b5885bfc534556 /opcodes/cgen-dis.in
parent3eb0055b08f3c9fd527165fb5d911d70bce91c56 (diff)
downloadgdb-9e93f657070562fcd7c8f62e019a346a901fe20e.tar.gz
* opcodes disassembler extension
[includes] 2002-02-04 Frank Ch. Eigler <fche@redhat.com> * dis-asm.h (disassemble_info): New field `insn_sets'. (INIT_DISASSEMBLE_INFO): Clear it. [opcodes] 2002-02-04 Frank Ch. Eigler <fche@redhat.com> * cgen-dis.in (print_insn_@arch@): Support disassemble_info.insn_sets.
Diffstat (limited to 'opcodes/cgen-dis.in')
-rw-r--r--opcodes/cgen-dis.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/cgen-dis.in b/opcodes/cgen-dis.in
index f2c9dd54ce3..c78723e2641 100644
--- a/opcodes/cgen-dis.in
+++ b/opcodes/cgen-dis.in
@@ -386,7 +386,7 @@ print_insn_@arch@ (pc, info)
#ifdef CGEN_COMPUTE_ISA
isa = CGEN_COMPUTE_ISA (info);
#else
- isa = 0;
+ isa = info->insn_sets;
#endif
/* If we've switched cpu's, close the current table and open a new one. */