summaryrefslogtreecommitdiff
path: root/asm/emerald.s
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-10-10 03:27:41 -0700
committerYamaArashi <shadow962@live.com>2015-10-10 03:27:41 -0700
commit98f62d9dfae0b5d8c14e98873fbba63e118e67f2 (patch)
tree1106c6a0fb9e8e01c354568652fa8cc09d9564eb /asm/emerald.s
parent41013b2febb92f429e2063500f9af4b8b0afe17f (diff)
remove unnecessary .arm and .thumb directives
Diffstat (limited to 'asm/emerald.s')
-rw-r--r--asm/emerald.s3
1 files changed, 0 insertions, 3 deletions
diff --git a/asm/emerald.s b/asm/emerald.s
index 176258ddc..b4ec3d95b 100644
--- a/asm/emerald.s
+++ b/asm/emerald.s
@@ -11,9 +11,6 @@
Start:
.include "asm/crt0.s"
-
- .thumb
-
.include "asm/main.s"
.include "asm/malloc.s"
.include "asm/dma3_manager.s"