mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
fix another way
This commit is contained in:
parent
4ed45d444b
commit
ab0582d672
2 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ bool verify_key(uint32_t cuid, noncelist_t *nonces, uint8_t *best_first_bytes, u
|
|||
}
|
||||
|
||||
|
||||
static void* crack_states_thread(void* x){
|
||||
static void* __attribute__((force_align_arg_pointer)) crack_states_thread(void* x){
|
||||
|
||||
struct arg {
|
||||
bool silent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue