diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-15 10:56:57 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-15 10:56:57 -0400 |
commit | 2b7b8d7174a2ea6f84db3b5917b0bf068213a85e (patch) | |
tree | c20f17c17cb7cd87e18c709b9efe7bc901986227 /asm/macros | |
parent | 47f36847e110bdda2c408ea9f04e257ba02a2b94 (diff) |
disassemble the thumb portion of arm9.
Diffstat (limited to 'asm/macros')
-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 |