]> Git Repo - qemu.git/blobdiff - target-arm/op_helper.c
Get rid of _t suffix
[qemu.git] / target-arm / op_helper.c
index d4ae4ae7e3af82aaeadcfc4acdc897c46bd054f6..24382a0608ffa910712298bf1460289730818372 100644 (file)
@@ -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)
 {
This page took 0.022828 seconds and 4 git commands to generate.