More doc fixes
This commit is contained in:
parent
0b28c26082
commit
95330ec393
1 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue