mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 17:41:33 +11:00
Ensure that the buffer size isn't actually the first instruction in add
This commit is contained in:
parent
6ac3789d11
commit
6ed9b06b22
|
@ -2,7 +2,7 @@
|
||||||
.global agb_rs__buffer_size
|
.global agb_rs__buffer_size
|
||||||
.balign 4
|
.balign 4
|
||||||
agb_rs__buffer_size:
|
agb_rs__buffer_size:
|
||||||
.word
|
.word 0
|
||||||
|
|
||||||
agb_arm_func agb_rs__mixer_add
|
agb_arm_func agb_rs__mixer_add
|
||||||
@ Arguments
|
@ Arguments
|
||||||
|
|
Loading…
Reference in a new issue