Also update alignment in complete_type(); resulted in obscure (and wrong) error message
This commit is contained in:
parent
805a0a4b66
commit
b03e2f6a8b
|
@ -299,6 +299,7 @@ completed(tp)
|
||||||
while (etp = etp->next) {
|
while (etp = etp->next) {
|
||||||
if (! etp->tp_sdef) etp->tp_sdef = tp->tp_sdef;
|
if (! etp->tp_sdef) etp->tp_sdef = tp->tp_sdef;
|
||||||
etp->tp_size = tp->tp_size;
|
etp->tp_size = tp->tp_size;
|
||||||
|
etp->tp_align = tp->tp_align;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue