[qfcc] Use correct meta for zerolinker test

Still fails, of course :)
This commit is contained in:
Bill Currie 2020-03-28 21:31:04 +09:00
parent 869efa7239
commit 1cd7bd2bf0

View file

@ -27,7 +27,7 @@ main (void)
for (type = encodings.types;
((int *)type - (int *) encodings.types) < encodings.size;
type = next_type (type)) {
if (type.meta == ty_struct) {
if (type.meta == ty_union) {
if (type.t.strct.tag == "tag @param") {
found_param = 1;
}