diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-19 00:06:13 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-19 00:06:13 -0500 |
commit | a5498843faacb5ec40fd48771573c998198f16af (patch) | |
tree | c4ff80d8d4eb3bd66ccc702454d0c9c1b61a12fe | |
parent | 22600e81cca075ecfa570365f14070d9318b33ce (diff) |
Annotate possible file boundaries in link_rfu
-rw-r--r-- | asm/link_rfu.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/asm/link_rfu.s b/asm/link_rfu.s index 0c84af711..c5eaa2faa 100644 --- a/asm/link_rfu.s +++ b/asm/link_rfu.s @@ -2450,6 +2450,8 @@ _0800D6C2: bx r0 thumb_func_end sub_800D658 +@ file boundary? + thumb_func_start sub_800D6C8 sub_800D6C8: @ 800D6C8 push {r4,r5,lr} @@ -4415,6 +4417,8 @@ _0800E5C0: .pool thumb_func_end sub_800E5AC +@ file boundary? + thumb_func_start nullsub_5 nullsub_5: @ 800E5FC bx lr |