compiler.cfg.save-contexts: fix help-lint.
parent
c6ee627e1b
commit
c2c722891e
|
@ -17,7 +17,7 @@ HELP: context-save-needed
|
|||
|
||||
HELP: save-context-offset
|
||||
{ $values { "insns" sequence } { "n" integer } }
|
||||
{ $description { $link "##save-context" } " must be placed after instructions that modify the context, or instructions that read parameter registers." } ;
|
||||
{ $description { $link ##save-context } " must be placed after instructions that modify the context, or instructions that read parameter registers." } ;
|
||||
|
||||
ARTICLE: "compiler.cfg.save-contexts" "Insert context saves"
|
||||
"Inserts " { $link ##save-context } " in blocks that need them." ;
|
||||
|
|
Loading…
Reference in New Issue