X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pad.c;h=44fafb67eadd30e23263967ce556fdc53c95f89a;hb=021db424163d574093ff658e9606a6f31942189d;hp=07f994ae492cb8157f8d8a1ef24f8e2af2bf2224;hpb=efa785391fea9e6aff4c999b27ad62b7d8f9ea99;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pad.c b/pad.c index 07f994a..44fafb6 100644 --- a/pad.c +++ b/pad.c @@ -255,8 +255,8 @@ Perl_pad_undef(pTHX_ CV* cv) return; DEBUG_X(PerlIO_printf(Perl_debug_log, - "Pad undef: cv=0x%"UVxf" padlist=0x%"UVxf"\n", - PTR2UV(cv), PTR2UV(padlist)) + "Pad undef: cv=0x%"UVxf" padlist=0x%"UVxf" comppad=0x%"UVxf"\n", + PTR2UV(cv), PTR2UV(padlist), PTR2UV(PL_comppad)) ); /* detach any '&' anon children in the pad; if afterwards they