compiler.cfg.save-contexts: fix help-lint.

db4
John Benediktsson 2014-12-15 15:11:06 -08:00
parent c6ee627e1b
commit c2c722891e
1 changed files with 1 additions and 1 deletions

View File

@ -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." ;