summaryrefslogtreecommitdiff
path: root/ports_module/rxv2/iar/module_manager/src
diff options
context:
space:
mode:
Diffstat (limited to 'ports_module/rxv2/iar/module_manager/src')
-rw-r--r--ports_module/rxv2/iar/module_manager/src/tx_thread_context_restore.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports_module/rxv2/iar/module_manager/src/tx_thread_context_restore.s b/ports_module/rxv2/iar/module_manager/src/tx_thread_context_restore.s
index f629f065..99af7d46 100644
--- a/ports_module/rxv2/iar/module_manager/src/tx_thread_context_restore.s
+++ b/ports_module/rxv2/iar/module_manager/src/tx_thread_context_restore.s
@@ -119,7 +119,7 @@ __tx_thread_nested_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))
; {