From 0b15299980b6d30e633a2168c79d08ce9727fe1b Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 7 Aug 2022 21:40:54 +0200 Subject: [PATCH] patterns: Remove [[static]] attribute from non-static struct in elf pattern --- patterns/elf.hexpat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patterns/elf.hexpat b/patterns/elf.hexpat index 0c09f13..70ebe60 100644 --- a/patterns/elf.hexpat +++ b/patterns/elf.hexpat @@ -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]]; + }; }