From 0066036fc69e887b7f048aa48af61e0ead8daf90 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Mon, 24 Jan 2011 23:50:09 +0100 Subject: Sanitizing sbrk with stack stuff. --- arch/arm/lpc17xx/startup.s | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch') diff --git a/arch/arm/lpc17xx/startup.s b/arch/arm/lpc17xx/startup.s index b195a18..734e468 100644 --- a/arch/arm/lpc17xx/startup.s +++ b/arch/arm/lpc17xx/startup.s @@ -20,8 +20,10 @@ .section ".stack", "w" .align 3 .globl __cs3_stack_mem + .globl __stack_mem .globl __cs3_stack_size __cs3_stack_mem: +__stack_start: .if Stack_Size .space Stack_Size .endif -- cgit v1.2.3