forked from Imagelibrary/binutils-gdb
2006-02-24 Randolph Chung <tausq@debian.org>
* hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Initialize
argreg.
* solib-som.c (som_solib_remove_inferior_hook): Remove unused
function.
This commit is contained in:
@@ -1659,7 +1659,7 @@ hppa_hpux_push_dummy_code (struct gdbarch *gdbarch, CORE_ADDR sp,
|
||||
CORE_ADDR *real_pc, CORE_ADDR *bp_addr)
|
||||
{
|
||||
CORE_ADDR pc, stubaddr;
|
||||
int argreg;
|
||||
int argreg = 0;
|
||||
|
||||
pc = read_pc ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user