summaryrefslogtreecommitdiff
path: root/ports/cortex_r4/ac5/src
diff options
context:
space:
mode:
Diffstat (limited to 'ports/cortex_r4/ac5/src')
-rw-r--r--ports/cortex_r4/ac5/src/tx_thread_context_restore.s2
-rw-r--r--ports/cortex_r4/ac5/src/tx_thread_fiq_context_restore.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/cortex_r4/ac5/src/tx_thread_context_restore.s b/ports/cortex_r4/ac5/src/tx_thread_context_restore.s
index 5b42a7d3..2071c5d6 100644
--- a/ports/cortex_r4/ac5/src/tx_thread_context_restore.s
+++ b/ports/cortex_r4/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_r4/ac5/src/tx_thread_fiq_context_restore.s b/ports/cortex_r4/ac5/src/tx_thread_fiq_context_restore.s
index ed350323..03896acf 100644
--- a/ports/cortex_r4/ac5/src/tx_thread_fiq_context_restore.s
+++ b/ports/cortex_r4/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))
; {
;