[commit] Fix build failure in hppa-hpux-nat.c

Joel Brobecker brobecker@adacore.com
Mon Oct 22 01:05:00 GMT 2007


Ooopsie! :-)

2007-10-21  Joel Brobecker  <brobecker@adacore.com>

        * hppa-hpux-nat.c (hppa_hpux_store_register): Add missing semi-colon.

Committed as obvious after verifying that GDB builds on HP/UX again.

-- 
Joel
-------------- next part --------------
Index: hppa-hpux-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/hppa-hpux-nat.c,v
retrieving revision 1.14
diff -u -p -r1.14 hppa-hpux-nat.c
--- hppa-hpux-nat.c	8 Oct 2007 12:50:56 -0000	1.14
+++ hppa-hpux-nat.c	21 Oct 2007 23:56:58 -0000
@@ -160,7 +160,7 @@ static void
 hppa_hpux_store_register (struct regcache *regcache, int regnum)
 {
   struct gdbarch *gdbarch = get_regcache_arch (regcache);
-  CORE_ADDR addr
+  CORE_ADDR addr;
   size_t size;
   PTRACE_TYPE_RET *buf;
   pid_t pid;


More information about the Gdb-patches mailing list