From 39e9e2b0c972dee5cbcb1a0c10c175805c647e51 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Fri, 28 Oct 2005 19:41:01 +0000 Subject: 2005-10-28 Dave Brolley Contribute the following changes: 2003-09-29 Dave Brolley * dis-asm.h (disassemble_info): insn_sets now (void *) to allow for more exotic underlying types to be used. --- include/dis-asm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dis-asm.h') diff --git a/include/dis-asm.h b/include/dis-asm.h index 8a02a245f..ca6da9c21 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 -- cgit v1.2.3