summaryrefslogtreecommitdiffstats
path: root/unwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'unwind.c')
-rw-r--r--unwind.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/unwind.c b/unwind.c
index ac0f2d9f..252fe117 100644
--- a/unwind.c
+++ b/unwind.c
@@ -393,7 +393,8 @@ val uw_find_frames(val extype, val frtype)
val uw_find_frames_by_mask(val mask_in)
{
- ucnum mask = c_unum(mask_in);
+ val self = lit("find-frames-by-mask");
+ ucnum mask = c_unum(mask_in, self);
list_collect_decl (out, ptail);
uw_frame_t *fr;