aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/armdebug/Debugger/debug_runlooptasks.S
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-03-14 17:54:53 +0800
committerTat-Chee Wan (USM)2011-03-14 17:54:53 +0800
commitaa10f35b0d56f1f84c4d486d480a66ec2df316f4 (patch)
tree4e8c113333e1c6e4c6aa688f2e656e8d30b4deee /AT91SAM7S256/armdebug/Debugger/debug_runlooptasks.S
parent50bc64f437716fe2b1dab980bb45f51a5240a47d (diff)
parentd8032b84775430ff132f136371c95a045b401595 (diff)
Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebug
Diffstat (limited to 'AT91SAM7S256/armdebug/Debugger/debug_runlooptasks.S')
-rw-r--r--AT91SAM7S256/armdebug/Debugger/debug_runlooptasks.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/AT91SAM7S256/armdebug/Debugger/debug_runlooptasks.S b/AT91SAM7S256/armdebug/Debugger/debug_runlooptasks.S
index 24f8bfe..fd17412 100644
--- a/AT91SAM7S256/armdebug/Debugger/debug_runlooptasks.S
+++ b/AT91SAM7S256/armdebug/Debugger/debug_runlooptasks.S
@@ -79,8 +79,9 @@ dbg__runloopTasks:
.extern cCommCtrl
dbg__runloopTasks:
+ push {lr}
/* FIXME: Add necessary cXXXCtrl calls here */
bl cCommCtrl
/* OSWatchdogWrite is a NULL function in the NXT Firmware?! */
- bx lr
+ pop {pc}
#endif