diff options
author | YamaArashi <shadow962@live.com> | 2015-10-10 03:27:41 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-10-10 03:27:41 -0700 |
commit | 98f62d9dfae0b5d8c14e98873fbba63e118e67f2 (patch) | |
tree | 1106c6a0fb9e8e01c354568652fa8cc09d9564eb /asm/emerald.s | |
parent | 41013b2febb92f429e2063500f9af4b8b0afe17f (diff) |
remove unnecessary .arm and .thumb directives
Diffstat (limited to 'asm/emerald.s')
-rw-r--r-- | asm/emerald.s | 3 |
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" |