compiler.cfg.stacks.clearing: fix help-lint.
parent
72d002ae4b
commit
a66bed77b3
|
@ -27,7 +27,7 @@ HELP: dangerous-insn?
|
||||||
}
|
}
|
||||||
{ $example
|
{ $example
|
||||||
"USING: compiler.cfg.instructions compiler.cfg.registers compiler.cfg.stacks.clearing prettyprint ;"
|
"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"
|
"f"
|
||||||
}
|
}
|
||||||
} ;
|
} ;
|
||||||
|
|
Loading…
Reference in New Issue