diff options
Diffstat (limited to 'gdb/i386-tdep.c')
-rw-r--r-- | gdb/i386-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c index bdb5875..d5cf889 100644 --- a/gdb/i386-tdep.c +++ b/gdb/i386-tdep.c @@ -1201,7 +1201,7 @@ gdb_print_insn_i386 (bfd_vma memaddr, disassemble_info *info) struct gdbarch * i386_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) { - struct gdbarch_tdep *tdep + struct gdbarch_tdep *tdep; struct gdbarch *gdbarch; /* For the moment there is only one i386 architecture. */ |