diff options
author | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-08 16:25:09 -0400 |
---|---|---|
committer | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-08 16:25:09 -0400 |
commit | 4d31980359af92c407a15358d3c73ba47d6f00b7 (patch) | |
tree | 4239d2cb1ce9d69df2d6e872dc993ad06ee08776 /src | |
parent | 3336eb341d4407a42115b52f6404ad921269b2af (diff) |
Undo comment
Diffstat (limited to 'src')
-rw-r--r-- | src/m4a_1.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m4a_1.s b/src/m4a_1.s index ef6cb0ffd..290404ad0 100644 --- a/src/m4a_1.s +++ b/src/m4a_1.s @@ -20,7 +20,7 @@ __umul3232H32: thumb_func_start SoundMain SoundMain: ldr r0, lt_SOUND_INFO_PTR - ldr r0, [r0] @ Set the SoundInfo pointer to sound area + ldr r0, [r0] ldr r2, lt_ID_NUMBER ldr r3, [r0, #o_SoundInfo_ident] cmp r2, r3 |