compiler.cfg.stacks.clearing: fix help-lint.

db4
John Benediktsson 2015-05-18 10:02:04 -07:00
parent 72d002ae4b
commit a66bed77b3
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ HELP: dangerous-insn?
}
{ $example
"USING: compiler.cfg.instructions compiler.cfg.registers compiler.cfg.stacks.clearing prettyprint ;"
"{ { 0 { } } { 2 { 0 1 } } } T{ ##peek { loc R 0 } } dangerous-insn? ."
"{ { 0 { } } { 2 { } } } T{ ##peek { loc R 0 } } dangerous-insn? ."
"f"
}
} ;