summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorN <71219152+PokeCodec@users.noreply.github.com>2021-01-22 17:41:57 -0500
committerN <71219152+PokeCodec@users.noreply.github.com>2021-01-22 17:41:57 -0500
commit3102d94e3c938adcca0ec625047925ff109bf39c (patch)
treeff9a817b0510cd46c2e51a6d23793c0127fc178d /src
parentc636b7c3ae93566fa4af2f7dcdde0f834e1f3630 (diff)
Undo change
Diffstat (limited to 'src')
-rw-r--r--src/m4a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m4a.c b/src/m4a.c
index ee6a81162..e079ba4f6 100644
--- a/src/m4a.c
+++ b/src/m4a.c
@@ -315,7 +315,7 @@ void MPlayExtender(struct CgbChannel *cgbChans)
void MusicPlayerJumpTableCopy(void)
{
- asm("svc 0x2A");
+ asm("swi 0x2A");
}
void ClearChain(void *x)