summaryrefslogtreecommitdiffstats
path: root/unwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'unwind.c')
-rw-r--r--unwind.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/unwind.c b/unwind.c
index b2e315b4..3495213d 100644
--- a/unwind.c
+++ b/unwind.c
@@ -1180,7 +1180,9 @@ void uw_init(void)
void uw_late_init(void)
{
protect(&frame_type, &catch_frame_type, &handle_frame_type,
- &deferred_warnings, &tentative_defs, convert(val *, 0));
+ &deferred_warnings, &tentative_defs,
+ &unhandled_ex.ca.sym, &unhandled_ex.ca.args,
+ convert(val *, 0));
#if CONFIG_DEBUG_SUPPORT
protect(&fcall_frame_type, &eval_frame_type, convert(val *, 0));
#endif