Also update alignment in complete_type(); resulted in obscure (and wrong) error message
This commit is contained in:
parent
a1f0020de5
commit
0faa8fb27f
@ -299,6 +299,7 @@ completed(tp)
|
||||
while (etp = etp->next) {
|
||||
if (! etp->tp_sdef) etp->tp_sdef = tp->tp_sdef;
|
||||
etp->tp_size = tp->tp_size;
|
||||
etp->tp_align = tp->tp_align;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user