aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/exc.S
diff options
context:
space:
mode:
authorPerry Hung <iperry@gmail.com>2011-02-27 20:20:11 -0500
committerPerry Hung <iperry@gmail.com>2011-02-27 20:20:11 -0500
commit17aeb4e3dd9001ebe63a342c00b58cb7ac0e6231 (patch)
tree9e46de53bc4790bad745aac7a0152712c610613c /libmaple/exc.S
parent3d455ef619036b2cc77a87b715cf1d45c95ce271 (diff)
downloadlibrambutan-17aeb4e3dd9001ebe63a342c00b58cb7ac0e6231.tar.gz
librambutan-17aeb4e3dd9001ebe63a342c00b58cb7ac0e6231.zip
comment fix
Diffstat (limited to 'libmaple/exc.S')
-rw-r--r--libmaple/exc.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmaple/exc.S b/libmaple/exc.S
index f31fccd..7631e48 100644
--- a/libmaple/exc.S
+++ b/libmaple/exc.S
@@ -76,8 +76,8 @@ __exc_usagefault:
.thumb_func
__default_exc:
- ldr r2, NVIC_CCR @ Enabling returning to thread mode from an
- mov r1 ,#1 @ exception. See flag NONEBASETHRDENA.
+ ldr r2, NVIC_CCR @ Enable returning to thread mode even if there are
+ mov r1 ,#1 @ pending exceptions. See flag NONEBASETHRDENA.
str r1, [r2]
cpsid i @ Disable global interrupts
ldr r2, SYSTICK_CSR @ Disable systick handler