mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-27 18:34:28 +08:00
* raise.c (get_action_description_for): Fix typo in last change.
From-SVN: r73137
This commit is contained in:
parent
b1f9e3147f
commit
acd8e9843f
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user