summaryrefslogtreecommitdiff
path: root/asm/task.s
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-09-02 23:11:29 -0700
committerYamaArashi <shadow962@live.com>2016-09-02 23:11:29 -0700
commita05857f889631dd6e722f952475fb96382cdf999 (patch)
tree3e7b52a566406ba22a442e62d2b7fbdf99926e5c /asm/task.s
parentf910e326a16429f613e3b3814dd98bd69485dcd1 (diff)
make asm compatible with stock gas
Diffstat (limited to 'asm/task.s')
-rw-r--r--asm/task.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/asm/task.s b/asm/task.s
index 27bfaed69..1d5d4d1db 100644
--- a/asm/task.s
+++ b/asm/task.s
@@ -1,3 +1,9 @@
+ .include "asm/macros.s"
+
+ .syntax unified
+
+ .text
+
thumb_func_start clear_tasks
@ void clear_tasks()
clear_tasks: @ 80A8F50
@@ -518,3 +524,5 @@ _080A92E8:
bx r1
.pool
thumb_func_end get_word_task_arg
+
+ .align 2, 0 @ Don't pad with nop.