More doc fixes

This commit is contained in:
Jim Kingdon 1993-04-16 17:46:01 +00:00
parent 0b28c26082
commit 95330ec393
1 changed files with 3 additions and 1 deletions

View File

@ -476,7 +476,9 @@ enum address_class
LOC_ARG,
/* Value address is at spec'd offset in arglist. */
/* Value address is at spec'd offset in arglist. Currently this is used
for C++ references (and presumably will be used for Pascal VAR
parameters), and is only dereferenced in certain contexts. */
LOC_REF_ARG,