findrfuncs: small tweaks.
[p5sagit/p5-mst-13.2.git] / regexec.c
index 05839f0..002112f 100644 (file)
--- a/regexec.c
+++ b/regexec.c
@@ -3073,7 +3073,7 @@ S_regmatch(pTHX_ regnode *prog)
                                  "%*s  %ld out of %ld..%ld  cc=%"UVxf"\n",
                                  REPORT_CODE_OFF+PL_regindent*2, "",
                                  (long)n, (long)cc->min,
-                                 (long)cc->max, (UV)cc)
+                                 (long)cc->max, PTR2UV(cc))
                    );
 
                /* If degenerate scan matches "", assume scan done. */