cpu/stack-checker: fix some help-lint warnings.
parent
f9a6bb27f4
commit
e1d18579e7
|
@ -137,7 +137,7 @@ HELP: %box-alien
|
||||||
{ $see-also ##box-alien %allot } ;
|
{ $see-also ##box-alien %allot } ;
|
||||||
|
|
||||||
HELP: %call
|
HELP: %call
|
||||||
{ $values { "word" word } }
|
{ $values { "word" word } { "height" integer } }
|
||||||
{ $description "Emits code for calling a Factor word." } ;
|
{ $description "Emits code for calling a Factor word." } ;
|
||||||
|
|
||||||
HELP: %context
|
HELP: %context
|
||||||
|
|
|
@ -12,7 +12,7 @@ HELP: %boolean
|
||||||
{ $see-also CMOVL CMOVLE CMOVG CMOVGE CMOVE CMOVNE } ;
|
{ $see-also CMOVL CMOVLE CMOVG CMOVGE CMOVE CMOVNE } ;
|
||||||
|
|
||||||
HELP: JLE
|
HELP: JLE
|
||||||
{ $values "dst" "destination offset (relative to the instruction pointer register)" }
|
{ $values { "dst" "destination offset (relative to the instruction pointer register)" } }
|
||||||
{ $description "Emits a 'jle' instruction." } ;
|
{ $description "Emits a 'jle' instruction." } ;
|
||||||
|
|
||||||
HELP: reserved-stack-space
|
HELP: reserved-stack-space
|
||||||
|
|
|
@ -14,6 +14,7 @@ HELP: infer-call
|
||||||
{ $description "Performs inferencing for the " { $link call } " word." } ;
|
{ $description "Performs inferencing for the " { $link call } " word." } ;
|
||||||
|
|
||||||
HELP: infer-call-effect
|
HELP: infer-call-effect
|
||||||
|
{ $values { "word" word } }
|
||||||
{ $description "Performs inferencing for the " { $link call-effect } " word." } ;
|
{ $description "Performs inferencing for the " { $link call-effect } " word." } ;
|
||||||
|
|
||||||
HELP: infer-local-reader
|
HELP: infer-local-reader
|
||||||
|
|
Loading…
Reference in New Issue