* libgcc2.c (__throw): Fix thinko.

From-SVN: r15781
This commit is contained in:
Jason Merrill 1997-09-29 02:02:26 +00:00 committed by Jason Merrill
parent 37f6b6bfd2
commit f34471094c
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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
}