From: Dave Mitchell Date: Wed, 4 Sep 2002 16:11:15 +0000 (+0100) Subject: #17842 was only half the story X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f1fe7cd8d55c1ae5d8eb7941f9867b98a42e85ba;p=p5sagit%2Fp5-mst-13.2.git #17842 was only half the story Subject: [PATCH deb.c] Re: HiRes failure is success? Message-ID: <20020904161115.E27603@fdgroup.com> p4raw-id: //depot/perl@17843 --- diff --git a/deb.c b/deb.c index 873e2be..413e9ff 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)