mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-28 07:47:02 -05:00
patterns: Remove [[static]] attribute from non-static struct in elf pattern
This commit is contained in:
@@ -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]];
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user