diff options
author | Perry Hung <iperry@gmail.com> | 2011-02-27 20:20:11 -0500 |
---|---|---|
committer | Perry Hung <iperry@gmail.com> | 2011-02-27 20:20:11 -0500 |
commit | 17aeb4e3dd9001ebe63a342c00b58cb7ac0e6231 (patch) | |
tree | 9e46de53bc4790bad745aac7a0152712c610613c /libmaple | |
parent | 3d455ef619036b2cc77a87b715cf1d45c95ce271 (diff) | |
download | librambutan-17aeb4e3dd9001ebe63a342c00b58cb7ac0e6231.tar.gz librambutan-17aeb4e3dd9001ebe63a342c00b58cb7ac0e6231.zip |
comment fix
Diffstat (limited to 'libmaple')
-rw-r--r-- | libmaple/exc.S | 4 |
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 |