diff options
author | Perry Hung <iperry@gmail.com> | 2011-02-18 05:22:39 -0500 |
---|---|---|
committer | Perry Hung <iperry@gmail.com> | 2011-02-26 22:30:22 -0500 |
commit | f4cdcfa51096f73a49642c400681d91847137dfb (patch) | |
tree | b49bcffdd58fc4dbedceafe55c92045e4b3e145c /libmaple/exc.S | |
parent | b505ab981859761a9eae9e820c5a06e2210c5dfc (diff) | |
download | librambutan-f4cdcfa51096f73a49642c400681d91847137dfb.tar.gz librambutan-f4cdcfa51096f73a49642c400681d91847137dfb.zip |
checkpoint
Diffstat (limited to 'libmaple/exc.S')
-rw-r--r-- | libmaple/exc.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmaple/exc.S b/libmaple/exc.S index a9f6561..2713ee3 100644 --- a/libmaple/exc.S +++ b/libmaple/exc.S @@ -44,6 +44,7 @@ .globl HardFaultException .thumb_func HardFaultException: + b HardFaultException ldr r0, CPSR_MASK @ Set default CPSR push {r0} ldr r0, TARGET_PC @ Set target pc |