diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2011-01-24 23:50:09 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2011-01-24 23:50:09 +0100 |
commit | 0066036fc69e887b7f048aa48af61e0ead8daf90 (patch) | |
tree | 6e9a686389c13a012d3d869df660f3f112ce0a4e /arch/arm/lpc17xx/startup.s | |
parent | 175b7cdd07bf2266b278de829dbf105b19a198c0 (diff) |
Sanitizing sbrk with stack stuff.
Diffstat (limited to 'arch/arm/lpc17xx/startup.s')
-rw-r--r-- | arch/arm/lpc17xx/startup.s | 2 |
1 files changed, 2 insertions, 0 deletions
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 |