* libgcc2.c (__throw): Fix thinko.
From-SVN: r15781
This commit is contained in:
parent
37f6b6bfd2
commit
f34471094c
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun Sep 28 18:59:58 1997 Jason Merrill <jason@yorick.cygnus.com>
|
||||
|
||||
* libgcc2.c (__throw): Fix thinko.
|
||||
|
||||
Sun Sep 28 12:00:52 1997 Mark Mitchell <mmitchell@usa.net>
|
||||
|
||||
* cplus-dem.c (demangle_template): Add new parameter. Handle new
|
||||
|
|
|
@ -3759,7 +3759,7 @@ label:
|
|||
{
|
||||
i = udata->reg_or_offset[udata->retaddr_column];
|
||||
if (in_reg_window (i, udata))
|
||||
copy_reg (i, udata, sub_udata);
|
||||
copy_reg (i, udata, my_udata);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue