Fia x comment typo.
This commit is contained in:
parent
0bec1a8421
commit
b76033d904
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ do_type (int i)
|
||||||
{
|
{
|
||||||
if (aux->x_sym.x_tagndx.p)
|
if (aux->x_sym.x_tagndx.p)
|
||||||
{
|
{
|
||||||
/* Refe0rring to a struct defined elsewhere */
|
/* Referring to a struct defined elsewhere */
|
||||||
res->type = coff_structref_type;
|
res->type = coff_structref_type;
|
||||||
res->u.astructref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)];
|
res->u.astructref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)];
|
||||||
res->size = res->u.astructref.ref ?
|
res->size = res->u.astructref.ref ?
|
||||||
|
|
Loading…
Reference in a new issue