summaryrefslogtreecommitdiff
path: root/deb.c
diff options
context:
space:
mode:
Diffstat (limited to 'deb.c')
-rw-r--r--deb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deb.c b/deb.c
index 873e2be878..413e9ff144 100644
--- a/deb.c
+++ b/deb.c
@@ -198,7 +198,7 @@ Perl_deb_stack_all(pTHX)
cx = &(si->si_cxstack[ix]);
PerlIO_printf(Perl_debug_log,
" CX %"IVdf": %-6s => ",
- ix, PL_block_type[CxTYPE(cx)]
+ (IV)ix, PL_block_type[CxTYPE(cx)]
);
/* substitution contexts don't save stack pointers etc) */
if (CxTYPE(cx) == CXt_SUBST)