fix another way

This commit is contained in:
merlokk 2018-01-06 19:14:34 +02:00
commit ab0582d672
2 changed files with 2 additions and 2 deletions

View file

@ -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;