diff options
author | YamaArashi <shadow962@live.com> | 2016-04-03 03:46:32 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-03 03:47:02 -0700 |
commit | 5b648ca2591f34c06ea51e3f3b6f9c5835533310 (patch) | |
tree | c132565f6ad4f03b80774fd27906b9d61cbfdc3f /asm/macros/function.s | |
parent | ae21f32d61c6614999778f15bb52a0857b0390b5 (diff) |
task.c
Diffstat (limited to 'asm/macros/function.s')
-rw-r--r-- | asm/macros/function.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/macros/function.s b/asm/macros/function.s index b109595df..67fb373a8 100644 --- a/asm/macros/function.s +++ b/asm/macros/function.s @@ -2,7 +2,7 @@ .align 2, 0 .global \name .arm - .type \name, %function + .type \name, function .endm .macro arm_func_end name @@ -14,14 +14,14 @@ .global \name .thumb .thumb_func - .type \name, %function + .type \name, function .endm .macro non_word_aligned_thumb_func_start name .global \name .thumb .thumb_func - .type \name, %function + .type \name, function .endm .macro thumb_func_end name |