We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d22057e + 254b5bf commit a17fd83Copy full SHA for a17fd83
common/inc/tx_thread.h
@@ -239,7 +239,7 @@
239
_tx_thread_stack_error_handler((thread_ptr)); \
240
TX_DISABLE \
241
} \
242
- if (*(((ULONG *) (thread_ptr) -> tx_thread_stack_highest_ptr) - 1) != TX_STACK_FILL) \
+ else if (*(((ULONG *) (thread_ptr) -> tx_thread_stack_highest_ptr) - 1) != TX_STACK_FILL) \
243
{ \
244
TX_RESTORE \
245
_tx_thread_stack_analyze((thread_ptr)); \
0 commit comments