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:
Randolph Chung
2006-02-24 23:52:04 +00:00
parent 04f1267984
commit 9846e5417d
3 changed files with 8 additions and 45 deletions

View File

@@ -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 ();