* 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 1ddde538726991e679d26a288a3569e84bef4161..371c754702a34b8a32357f6dc0f994a236b6b66c 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 6a399dc3a1412f9c1a34607661e571d24ba5e437..f3b1f63dbef9c1cd7b0501f7b39559fa55c007ca 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;