* i386-tdep.c (i386_gdbarch_init): Fix typo.

This commit is contained in:
Mark Kettenis
2001-11-08 20:26:42 +00:00
parent d993a84ec2
commit cd3c07fc0b
2 changed files with 5 additions and 1 deletions

View File

@@ -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. */