patterns: Remove [[static]] attribute from non-static struct in elf pattern

This commit is contained in:
WerWolv
2022-08-07 21:40:54 +02:00
committed by GitHub
parent eda13b2518
commit 0b15299980

View File

@@ -181,7 +181,7 @@ namespace program {
u64 memory_size;
u64 alignment;
}
} [[static]];
};
}
@@ -251,7 +251,7 @@ namespace section {
u64 address_alignment;
u64 entry_size;
}
} [[static]];
};
}