remove unnecessary .arm and .thumb directives

This commit is contained in:
YamaArashi
2015-10-10 03:27:41 -07:00
parent 41013b2feb
commit 98f62d9dfa
3 changed files with 0 additions and 8 deletions
-3
View File
@@ -11,9 +11,6 @@
Start:
.include "asm/crt0.s"
.thumb
.include "asm/main.s"
.include "asm/malloc.s"
.include "asm/dma3_manager.s"