summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index fffe2970..f7b75809 100644
--- a/lib.c
+++ b/lib.c
@@ -9497,7 +9497,7 @@ val obj_print(val obj, val out, val pretty)
struct strm_ctx *volatile ctx = ctx_orig, ctx_struct;
uw_frame_t cont_guard;
- uw_push_guard(&cont_guard);
+ uw_push_guard(&cont_guard, 1);
uw_simple_catch_begin;