summaryrefslogtreecommitdiff
path: root/AT91SAM7S256/SAM7S256/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'AT91SAM7S256/SAM7S256/gcc')
-rw-r--r--AT91SAM7S256/SAM7S256/gcc/nxt.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/AT91SAM7S256/SAM7S256/gcc/nxt.ld b/AT91SAM7S256/SAM7S256/gcc/nxt.ld
index 28e118a..3b2c7a3 100644
--- a/AT91SAM7S256/SAM7S256/gcc/nxt.ld
+++ b/AT91SAM7S256/SAM7S256/gcc/nxt.ld
@@ -87,7 +87,7 @@ SECTIONS
/* abort stack */
__abort_stack_bottom__ = . ;
- . += 0x60; /* 96 byte supervisor stack. */
+ . += 0x80; /* 128 byte abort mode stack. */
__abort_stack__ = .;
__abort_stack_top__ = . ;