From 87929cae380f94d3c1d032f0bceff127c77c4268 Mon Sep 17 00:00:00 2001 From: Wolfvak Date: Sat, 25 Feb 2017 11:32:00 -0300 Subject: [PATCH] Update start.s (#27) --- source/start.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/start.s b/source/start.s index 45df288..0a7a8ad 100644 --- a/source/start.s +++ b/source/start.s @@ -83,7 +83,7 @@ _skip_gw: @ Clear bss ldr r0, =__bss_start - ldr r1, =__end__ + ldr r1, =__bss_end mov r2, #0 .bss_clr: