Commit acd8e984 by Andreas Schwab Committed by Andreas Schwab

* raise.c (get_action_description_for): Fix typo in last change.

From-SVN: r73137
parent b1f9e314
2003-10-31 Andreas Schwab <schwab@suse.de>
* raise.c (get_action_description_for): Fix typo in last change.
2003-10-31 Nathanael Nerode <neroden@gcc.gnu.org>
PR ada/12761
......
......@@ -852,8 +852,8 @@ get_call_site_action_for (_Unwind_Context *uw_context,
static void
get_action_description_for (_Unwind_Context *uw_context,
_Unwind_Exception *uw_exception,
region_descriptor *regionr,
action_descriptor *actionr)
region_descriptor *region,
action_descriptor *action)
{
_GNAT_Exception * gnat_exception = (_GNAT_Exception *) uw_exception;
......
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