OSDN Git Service

* hppa-hpux-tdep.c (hppa_hpux_write_pc): Remove 'return'.
authorPedro Alves <pedro@codesourcery.com>
Sun, 18 Jan 2009 01:24:10 +0000 (01:24 +0000)
committerPedro Alves <pedro@codesourcery.com>
Sun, 18 Jan 2009 01:24:10 +0000 (01:24 +0000)
gdb/ChangeLog
gdb/hppa-hpux-tdep.c

index 29d6ca2..d889651 100644 (file)
@@ -1,3 +1,8 @@
+2009-01-18  Pedro Alves  <pedro@codesourcery.com>
+
+       PR build/9186:
+       * hppa-hpux-tdep.c (hppa_hpux_write_pc): Remove 'return'.
+
 2009-01-18  Nick Roberts  <nickrob@snap.net.nz>
 
        * thread.c (thread_command): Move call to annotate_thread_changed
index d054686..cad04f7 100644 (file)
@@ -1404,7 +1404,7 @@ hppa_hpux_write_pc (struct regcache *regcache, CORE_ADDR pc)
   if (flags & HPPA_HPUX_SS_INSYSCALL)
     regcache_cooked_write_unsigned (regcache, HPPA_R31_REGNUM, pc | 0x3);
 
-  return hppa_write_pc (regcache, pc);
+  hppa_write_pc (regcache, pc);
 }
 
 static CORE_ADDR