summaryrefslogtreecommitdiffstats
path: root/unwind.h
diff options
context:
space:
mode:
Diffstat (limited to 'unwind.h')
-rw-r--r--unwind.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/unwind.h b/unwind.h
index 634fdfea..b2a02e74 100644
--- a/unwind.h
+++ b/unwind.h
@@ -60,7 +60,7 @@ struct uw_catch {
uw_frtype_t type;
val matches;
val sym;
- val exception;
+ val args;
uw_frame_t *cont;
int visible;
extended_jmp_buf jb;
@@ -172,7 +172,7 @@ noreturn val type_mismatch(val, ...);
goto uw_unwind_label; \
break; \
case 2: \
- EXCVAR = uw_catch.ca.exception; \
+ EXCVAR = uw_catch.ca.args; \
SYMVAR = uw_catch.ca.sym; \
(void) SYMVAR; \
/* prevent looping */ \