mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-01 22:42:18 +00:00
* hppa-hpux-tdep.c (hppa_hpux_write_pc): Remove 'return'.
This commit is contained in:
parent
3464b8c2e0
commit
e74994b521
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user