Raymond Toy pushed to branch issue-295-docstring-for-define-assembly-routine at cmucl / cmucl
Commits:
-
bc64497d
by Carl Shapiro at 2024-04-07T23:26:05+00:00
1 changed file:
Changes:
... | ... | @@ -249,7 +249,7 @@ |
249 | 249 | |
250 | 250 | :Arg Arg-Name (SC*) SC-Offset
|
251 | 251 | Input argument for the assembly routine with the name
|
252 | - Arg-Name. The argument must be one of the Sc types. The register
|
|
252 | + Arg-Name. The argument must be one of the SC types. The register
|
|
253 | 253 | assigned to this argument is given by SC-Offset which must be
|
254 | 254 | the offset for the register holding this argument.
|
255 | 255 |