compiler.cfg.stacks.local: using compiler.cfg.debugger to ensure consistent prettyprint output

char-rename
Björn Lindqvist 2016-08-12 13:55:10 +02:00
parent 1c94c60541
commit 435a4e29b9
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ HELP: height-state>insns
{ $examples
"In this example the datastacks height is increased by 4 and the retainstacks decreased by 2."
{ $example
"USING: compiler.cfg.stacks.local prettyprint ;"
"USING: compiler.cfg.debugger compiler.cfg.stacks.local prettyprint ;"
"{ { 0 4 } { 0 -2 } } height-state>insns ."
"{ T{ ##inc { loc D: 4 } } T{ ##inc { loc R: -2 } } }"
}