Commit f3447109 by Jason Merrill Committed by Jason Merrill

* libgcc2.c (__throw): Fix thinko.

From-SVN: r15781
parent 37f6b6bf
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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment