9
0
Fork 0

Fix Exception handling

Uh, oh, some copy paste bug which existed for nearly 2 years now

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2009-02-20 17:40:05 +01:00
parent ed53035acb
commit a03d8b82df
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ _STACK_START:
.endm
.macro get_bad_stack
ldr r2, _STACK_START
ldr r13, _STACK_START
sub r13, r13, #(8) @ reserved a couple spots in abort stack
str lr, [r13] @ save caller lr / spsr