diff options
Diffstat (limited to 'sim/common/sim-base.h')
-rw-r--r-- | sim/common/sim-base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-base.h b/sim/common/sim-base.h index 1fbd9b2..3f702f6 100644 --- a/sim/common/sim-base.h +++ b/sim/common/sim-base.h @@ -171,7 +171,7 @@ typedef struct { #define STATE_PROG_ARGV(sd) ((sd)->base.prog_argv) /* The program's bfd. */ - struct _bfd *prog_bfd; + struct bfd *prog_bfd; #define STATE_PROG_BFD(sd) ((sd)->base.prog_bfd) /* Symbol table for prog_bfd */ |