summaryrefslogtreecommitdiff
path: root/ports/rxv2/ccrx/src/tx_thread_context_restore.src
diff options
context:
space:
mode:
Diffstat (limited to 'ports/rxv2/ccrx/src/tx_thread_context_restore.src')
-rw-r--r--ports/rxv2/ccrx/src/tx_thread_context_restore.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/rxv2/ccrx/src/tx_thread_context_restore.src b/ports/rxv2/ccrx/src/tx_thread_context_restore.src
index ad045bb2..a2a6e749 100644
--- a/ports/rxv2/ccrx/src/tx_thread_context_restore.src
+++ b/ports/rxv2/ccrx/src/tx_thread_context_restore.src
@@ -124,7 +124,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))
; {