compiler.cfg.save-contexts: fix $link markup

locals-and-roots
Björn Lindqvist 2016-03-27 23:47:08 +02:00
parent 07aee7525f
commit ff99f69f02
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@ ARTICLE: "compiler.cfg.save-contexts" "Insert context saves"
$nl
"Main word:"
{ $subsections insert-save-contexts }
{ $notes "The " { ##call-gc } " instruction does not need a context save because the primitive implementing the instruction (" { $link minor-gc } ") already saves the context for us." } ;
{ $notes "The " { $link ##call-gc } " instruction does not need a context save because the primitive implementing the instruction (" { $link minor-gc } ") already saves the context for us." } ;
ABOUT: "compiler.cfg.save-contexts"