mirror of https://github.com/mgba-emu/mgba.git
GBA BIOS: Remove outdated, inaccurate comment
This commit is contained in:
parent
a1829a920d
commit
5a6d09405d
|
@ -67,7 +67,6 @@ mov r0, #1
|
||||||
mov r1, #1
|
mov r1, #1
|
||||||
IntrWait:
|
IntrWait:
|
||||||
stmfd sp!, {r2-r3, lr}
|
stmfd sp!, {r2-r3, lr}
|
||||||
# Pull current interrupts enabled and add the ones we need
|
|
||||||
mov r12, #0x04000000
|
mov r12, #0x04000000
|
||||||
# See if we want to return immediately
|
# See if we want to return immediately
|
||||||
cmp r0, #0
|
cmp r0, #0
|
||||||
|
|
Loading…
Reference in New Issue