summaryrefslogtreecommitdiff
path: root/sim/common/cgen-trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/cgen-trace.h')
-rw-r--r--sim/common/cgen-trace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/cgen-trace.h b/sim/common/cgen-trace.h
index 5e796fbf061..be1dd1dff4e 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_,