diff options
Diffstat (limited to 'target-arm/op_helper.c')
-rw-r--r-- | target-arm/op_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-arm/op_helper.c b/target-arm/op_helper.c index d4ae4ae7e3..24382a0608 100644 --- a/target-arm/op_helper.c +++ b/target-arm/op_helper.c @@ -30,7 +30,7 @@ void raise_exception(int tt) /* thread support */ -static spinlock_t global_cpu_lock = SPIN_LOCK_UNLOCKED; +static a_spinlock global_cpu_lock = SPIN_LOCK_UNLOCKED; void cpu_lock(void) { |