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

From-SVN: r73137
This commit is contained in:
Andreas Schwab 2003-10-31 12:37:54 +00:00 committed by Andreas Schwab
parent b1f9e3147f
commit acd8e9843f
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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

View File

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