summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-01-19 18:07:23 +0000
committerNicholas Clark <nick@ccl4.org>2007-01-19 18:07:23 +0000
commit0945d666f9e33989e2071c69834ec769605040c7 (patch)
treecc0ee637f48b4c4c920b8648e69e63017d40df85 /sv.c
parent0a8483324f34cd58f59c599320471525e95a2de3 (diff)
downloadperl-0945d666f9e33989e2071c69834ec769605040c7.tar.gz
Fix breakage for -DDEBUGGING accidentally introduced with change 29882.
p4raw-id: //depot/perl@29883
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index cf89c0b325..513a241a2a 100644
--- a/sv.c
+++ b/sv.c
@@ -697,7 +697,7 @@ Perl_get_arena(pTHX_ size_t arena_size, U32 misc)
newroot->next = aroot;
aroot = newroot;
PL_body_arenas = (void *) newroot;
- DEBUG_m(PerlIO_printf(Perl_debug_log, "new arenaset %p\n", (void*)*aroot));
+ DEBUG_m(PerlIO_printf(Perl_debug_log, "new arenaset %p\n", aroot));
}
/* ok, now have arena-set with at least 1 empty/available arena-desc */