diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-04-17 19:07:38 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-17 19:07:38 +0300 |
commit | d458432e79744c8671b1e3ae31decad9366360cf (patch) | |
tree | 660387bbd8dde6213083e32bf916938f15b0b379 /asm/macros/function.inc | |
parent | 346db6f14cfe889573d57ca494b96e8258ca84b4 (diff) | |
parent | f88f463f88c68a80f46affd304297c78da4cb904 (diff) |
Merge pull request #5 from ProjectRevoTPP/master
Disassemble arm9_thumb.
Diffstat (limited to 'asm/macros/function.inc')
-rw-r--r-- | asm/macros/function.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/asm/macros/function.inc b/asm/macros/function.inc index 67fb373a..4e0afcb7 100644 --- a/asm/macros/function.inc +++ b/asm/macros/function.inc @@ -2,7 +2,6 @@ .align 2, 0 .global \name .arm - .type \name, function .endm .macro arm_func_end name @@ -13,15 +12,11 @@ .align 2, 0 .global \name .thumb - .thumb_func - .type \name, function .endm .macro non_word_aligned_thumb_func_start name .global \name .thumb - .thumb_func - .type \name, function .endm .macro thumb_func_end name |