From: Pedro Alves Date: Sun, 18 Jan 2009 01:24:12 +0000 (+0000) Subject: * hppa-hpux-tdep.c (hppa_hpux_write_pc): Remove 'return'. X-Git-Tag: sid-snapshot-20090201~130 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e74994b5210df3516cd2b5a41abaa77c9a423b5c;p=thirdparty%2Fbinutils-gdb.git * hppa-hpux-tdep.c (hppa_hpux_write_pc): Remove 'return'. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 29d6ca289a0..d8896512189 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2009-01-18 Pedro Alves + + PR build/9186: + * hppa-hpux-tdep.c (hppa_hpux_write_pc): Remove 'return'. + 2009-01-18 Nick Roberts * thread.c (thread_command): Move call to annotate_thread_changed diff --git a/gdb/hppa-hpux-tdep.c b/gdb/hppa-hpux-tdep.c index d0546865c63..cad04f7b463 100644 --- a/gdb/hppa-hpux-tdep.c +++ b/gdb/hppa-hpux-tdep.c @@ -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