summaryrefslogtreecommitdiff
path: root/src/soundux.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soundux.c')
-rw-r--r--src/soundux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soundux.c b/src/soundux.c
index 67f7127..4649d91 100644
--- a/src/soundux.c
+++ b/src/soundux.c
@@ -256,7 +256,7 @@ static void DecodeBlock(Channel* ch)
int16* raw = ch->block = ch->decoded;
-#ifdef ARM
+#ifdef ASM_SPC700
DecodeBlockAsm(compressed, raw, &ch->previous [0], &ch->previous [1]);
#else
int32 out;