make asm compatible with stock gas

This commit is contained in:
YamaArashi
2016-09-02 23:11:29 -07:00
parent f910e326a1
commit a05857f889
22 changed files with 229 additions and 42 deletions
+8
View File
@@ -1,3 +1,9 @@
.include "asm/macros.s"
.syntax unified
.text
thumb_func_start PutMemBlockHeader
@ void PutMemBlockHeader(void *block, struct MemBlock *prev, struct MemBlock *next, u32 size)
PutMemBlockHeader: @ 8000988
@@ -329,3 +335,5 @@ _08000BB2:
pop {r1}
bx r1
thumb_func_end CheckHeap
.align 2, 0 @ Don't pad with nop.