diff options
Diffstat (limited to 'sim/common/cgen-trace.h')
-rw-r--r-- | sim/common/cgen-trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/cgen-trace.h b/sim/common/cgen-trace.h index 5e796fb..be1dd1d 100644 --- a/sim/common/cgen-trace.h +++ b/sim/common/cgen-trace.h @@ -78,7 +78,7 @@ typedef struct { extern int sim_disasm_sprintf (SFILE *, const char *, ...); /* For opcodes based disassemblers. */ -#ifdef BFD_VERSION +#ifdef __BFD_H_SEEN__ struct disassemble_info; extern int sim_disasm_read_memory (bfd_vma memaddr_, bfd_byte *myaddr_, int length_, |