diff options
author | YamaArashi <shadow962@live.com> | 2016-01-07 23:27:40 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-07 23:27:40 -0800 |
commit | 4e95a132955541349558aeeba29a44890aefcee2 (patch) | |
tree | 3ca322c8d91323432bf161884ae7854144a58f0c /asm/task.s | |
parent | cf8f49038161834e920d2a1c28c96a4458741ed4 (diff) |
update asm
Diffstat (limited to 'asm/task.s')
-rw-r--r-- | asm/task.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/asm/task.s b/asm/task.s index 9deaabd20..fbfdd1e70 100644 --- a/asm/task.s +++ b/asm/task.s @@ -235,9 +235,9 @@ _080A9106: bx r0 thumb_func_end remove_task - thumb_func_start run_active_tasks -; void run_active_tasks() -run_active_tasks: ; 80A910C + thumb_func_start RunActiveTasks +; void RunActiveTasks() +RunActiveTasks: ; 80A910C push {r4,r5,lr} bl get_first_active_task lsls r0, 24 @@ -260,7 +260,7 @@ _080A9130: pop {r0} bx r0 .pool - thumb_func_end run_active_tasks + thumb_func_end RunActiveTasks thumb_func_start get_first_active_task ; int get_first_active_task() |