From 2b7b8d7174a2ea6f84db3b5917b0bf068213a85e Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Wed, 15 Apr 2020 10:56:57 -0400 Subject: disassemble the thumb portion of arm9. --- asm/macros/function.inc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'asm/macros/function.inc') 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 -- cgit v1.2.3