aboutsummaryrefslogtreecommitdiff
path: root/include/dis-asm.h
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2005-10-28 19:41:01 +0000
committerDave Brolley <brolley@redhat.com>2005-10-28 19:41:01 +0000
commit16175d96a0fd067a57f340015061292a5d8c3ee3 (patch)
tree95a6bc1a28e9bcf8a8382c59aa3489d3f392e95e /include/dis-asm.h
parentea5ca089fd456b1459650e476fb28160ae5d617d (diff)
downloadfsf-binutils-gdb-16175d96a0fd067a57f340015061292a5d8c3ee3.zip
fsf-binutils-gdb-16175d96a0fd067a57f340015061292a5d8c3ee3.tar.gz
fsf-binutils-gdb-16175d96a0fd067a57f340015061292a5d8c3ee3.tar.bz2
2005-10-28 Dave Brolley <brolley@redhat.com>
Contribute the following changes: 2003-09-29 Dave Brolley <brolley@redhat.com> * dis-asm.h (disassemble_info): insn_sets now (void *) to allow for more exotic underlying types to be used.
Diffstat (limited to 'include/dis-asm.h')
-rw-r--r--include/dis-asm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dis-asm.h b/include/dis-asm.h
index 8a02a24..ca6da9c 100644
--- a/include/dis-asm.h
+++ b/include/dis-asm.h
@@ -78,7 +78,7 @@ typedef struct disassemble_info {
for processors with run-time-switchable instruction sets. The default,
zero, means that there is no constraint. CGEN-based opcodes ports
may use ISA_foo masks. */
- unsigned long insn_sets;
+ void *insn_sets;
/* Some targets need information about the current section to accurately
display insns. If this is NULL, the target disassembler function