This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] Fix typo in i386-tdep.c


Missing ; Committed

Mark

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

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

Index: i386-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/i386-tdep.c,v
retrieving revision 1.44
diff -u -p -r1.44 i386-tdep.c
--- i386-tdep.c 2001/11/08 18:32:08 1.44
+++ i386-tdep.c 2001/11/08 20:24:25
@@ -1201,7 +1201,7 @@ gdb_print_insn_i386 (bfd_vma memaddr, di
 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.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]