aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/armdebug/Debugger/debug_stack.ld
diff options
context:
space:
mode:
authorTC Wan2010-12-21 11:16:52 +0800
committerTC Wan2010-12-21 11:16:52 +0800
commit7eb731a862755755f0d6dc87d7b4c1357008c3d4 (patch)
treeafffc9e68b0a8fbec46fb0d890a5c383101729e6 /AT91SAM7S256/armdebug/Debugger/debug_stack.ld
parenta097bcca3e556df8d2c473016cf3734bb9defdb8 (diff)
parent29149e9487715209da4c574b4d3b1cfb7ea17b78 (diff)
Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebug
Diffstat (limited to 'AT91SAM7S256/armdebug/Debugger/debug_stack.ld')
-rw-r--r--AT91SAM7S256/armdebug/Debugger/debug_stack.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/AT91SAM7S256/armdebug/Debugger/debug_stack.ld b/AT91SAM7S256/armdebug/Debugger/debug_stack.ld
index df27512..8fc4cb7 100644
--- a/AT91SAM7S256/armdebug/Debugger/debug_stack.ld
+++ b/AT91SAM7S256/armdebug/Debugger/debug_stack.ld
@@ -2,7 +2,7 @@
/* debugger state */
__debugger_stack_bottom__ = . ;
- . += 0x48; /* 16 user mode registers + SPSR + BKPT Instr Addr */
+ . += 0x48; /* 16 previous mode registers + SPSR + UNDEF Next Instruction Address */
__debugger_stack__ = .;
__debugger_stack_top__ = . ;