* hppa-hpux-tdep.c (hppa_hpux_write_pc): Remove 'return'.

This commit is contained in:
Pedro Alves 2009-01-18 01:24:12 +00:00
parent 3464b8c2e0
commit e74994b521
2 changed files with 6 additions and 1 deletions

View 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

View 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