projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9968959
)
(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
patch
|
blob
|
blame
|
history
diff --git
a/ext/B/B/Debug.pm
b/ext/B/B/Debug.pm
index
1327591
..
2ae1cd3
100644
(file)
--- a/
ext/B/B/Debug.pm
+++ b/
ext/B/B/Debug.pm
@@
-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 {