mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-22 23:24:22 +08:00
Remove PACKED on internal client struct containing pointers, it breaks mem alignment on clang-13 MacOSX
This commit is contained in:
parent
3cadd2906e
commit
ba7f1b93b9
1 changed files with 1 additions and 1 deletions
|
@ -1056,7 +1056,7 @@ typedef struct {
|
|||
uint32_t (*Pwd)(uint8_t *uid);
|
||||
uint16_t (*Pack)(uint8_t *uid);
|
||||
const char *hint;
|
||||
} PACKED mfu_identify_t;
|
||||
} mfu_identify_t;
|
||||
|
||||
static mfu_identify_t mfu_ident_table[] = {
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue