diff options
Diffstat (limited to 'src/dynarec/la64/la64_lock.h')
| -rw-r--r-- | src/dynarec/la64/la64_lock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dynarec/la64/la64_lock.h b/src/dynarec/la64/la64_lock.h index 80cd80b2..c5175c2e 100644 --- a/src/dynarec/la64/la64_lock.h +++ b/src/dynarec/la64/la64_lock.h @@ -1,9 +1,9 @@ #ifndef __LA64_LOCK__H__ #define __LA64_LOCK__H__ #include <stdint.h> +#include "core_arch.h" -extern int la64_lamcas; -extern int la64_lam_bh; +extern cpu_ext_t cpuext; // Atomically store val at [p] if old [p] is ref. Return 0 if OK, 1 is not. p needs to be aligned extern int |