* raise.c (get_action_description_for): Fix typo in last change.
authorAndreas Schwab <schwab@suse.de>
Fri, 31 Oct 2003 12:37:54 +0000 (12:37 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Fri, 31 Oct 2003 12:37:54 +0000 (12:37 +0000)
From-SVN: r73137

gcc/ada/ChangeLog
gcc/ada/raise.c

index 1ddde53..371c754 100644 (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
index 6a399dc..f3b1f63 100644 (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;