cpu/stack-checker: fix some help-lint warnings.

db4
John Benediktsson 2015-05-10 10:13:57 -07:00
parent f9a6bb27f4
commit e1d18579e7
3 changed files with 3 additions and 2 deletions

View File

@ -137,7 +137,7 @@ HELP: %box-alien
{ $see-also ##box-alien %allot } ;
HELP: %call
{ $values { "word" word } }
{ $values { "word" word } { "height" integer } }
{ $description "Emits code for calling a Factor word." } ;
HELP: %context

View File

@ -12,7 +12,7 @@ HELP: %boolean
{ $see-also CMOVL CMOVLE CMOVG CMOVGE CMOVE CMOVNE } ;
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." } ;
HELP: reserved-stack-space

View File

@ -14,6 +14,7 @@ HELP: infer-call
{ $description "Performs inferencing for the " { $link call } " word." } ;
HELP: infer-call-effect
{ $values { "word" word } }
{ $description "Performs inferencing for the " { $link call-effect } " word." } ;
HELP: infer-local-reader