summaryrefslogtreecommitdiff
path: root/src/m4a.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/m4a.c')
-rw-r--r--src/m4a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m4a.c b/src/m4a.c
index 284863247..6f2118f31 100644
--- a/src/m4a.c
+++ b/src/m4a.c
@@ -314,7 +314,7 @@ void MPlayExtender(struct CgbChannel *cgbChans)
void MusicPlayerJumpTableCopy(void)
{
- asm("swi 0x2A");
+ asm("svc 0x2A");
}
void ClearChain(void *x)