summaryrefslogtreecommitdiff
path: root/ports/cortex_a8/ac5/src
diff options
context:
space:
mode:
Diffstat (limited to 'ports/cortex_a8/ac5/src')
-rw-r--r--ports/cortex_a8/ac5/src/tx_thread_context_restore.s2
-rw-r--r--ports/cortex_a8/ac5/src/tx_thread_fiq_context_restore.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/cortex_a8/ac5/src/tx_thread_context_restore.s b/ports/cortex_a8/ac5/src/tx_thread_context_restore.s
index c4ad07ba..0ea092b1 100644
--- a/ports/cortex_a8/ac5/src/tx_thread_context_restore.s
+++ b/ports/cortex_a8/ac5/src/tx_thread_context_restore.s
@@ -140,7 +140,7 @@ _tx_thread_context_restore
__tx_thread_not_nested_restore
;
; /* Determine if a thread was interrupted and no preemption is required. */
-; else if (((_tx_thread_current_ptr) && (_tx_thread_current_ptr == _tx_thread_execute_ptr)
+; else if (((_tx_thread_current_ptr) && (_tx_thread_current_ptr == _tx_thread_execute_ptr))
; || (_tx_thread_preempt_disable))
; {
;
diff --git a/ports/cortex_a8/ac5/src/tx_thread_fiq_context_restore.s b/ports/cortex_a8/ac5/src/tx_thread_fiq_context_restore.s
index 9efb6142..4ce439a0 100644
--- a/ports/cortex_a8/ac5/src/tx_thread_fiq_context_restore.s
+++ b/ports/cortex_a8/ac5/src/tx_thread_fiq_context_restore.s
@@ -132,7 +132,7 @@ _tx_thread_fiq_context_restore
__tx_thread_fiq_not_nested_restore
;
; /* Determine if a thread was interrupted and no preemption is required. */
-; else if (((_tx_thread_current_ptr) && (_tx_thread_current_ptr == _tx_thread_execute_ptr)
+; else if (((_tx_thread_current_ptr) && (_tx_thread_current_ptr == _tx_thread_execute_ptr))
; || (_tx_thread_preempt_disable))
; {
;