summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/codecs/libgme/blip_buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libgme/blip_buffer.h b/apps/codecs/libgme/blip_buffer.h
index d73a14b..5fe1f4b 100644
--- a/apps/codecs/libgme/blip_buffer.h
+++ b/apps/codecs/libgme/blip_buffer.h
@@ -311,7 +311,7 @@ static int const blip_reader_default_bass = 9;
//// BLIP_CLAMP
-#if ARM_ARCH >= 6
+#if defined(CPU_ARM) && (ARM_ARCH >= 6)
#define BLIP_CLAMP( sample, out ) \
({ \
asm ("ssat %0, #16, %1" \