(Replaced by #8448) More op_children traces (cleanup of #8442).
Jarkko Hietaniemi [Mon, 15 Jan 2001 20:28:48 +0000 (20:28 +0000)]
p4raw-id: //depot/perl@8445

ext/B/B/Debug.pm

index 1327591..2ae1cd3 100644 (file)
@@ -42,7 +42,7 @@ sub B::LOGOP::debug {
 sub B::LISTOP::debug {
     my ($op) = @_;
     $op->B::BINOP::debug();
-    printf "\top_children\t%d\n", $op->children;
+    printf "\top_last\t\t0x%x\n", ${$op->last};
 }
 
 sub B::PMOP::debug {