diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-25 19:52:41 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-25 19:52:41 -0400 |
commit | 143e670e14d18a56f3465ebf1ee3d22a985da25a (patch) | |
tree | 4bfd7ec0733028751f628847371c920ea975c91a /asm/crt0.s | |
parent | 119eb75dbf1b7d053290339846ae709732803ca9 (diff) |
Port libos ram symbol names
Diffstat (limited to 'asm/crt0.s')
-rw-r--r-- | asm/crt0.s | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2,7 +2,6 @@ .include "global.inc" .text - .set SDK_IRQ_STACKSIZE, 0x400 arm_func_start _start _start: ; 0x02000800 |