mirror of
https://github.com/eclipse-threadx/threadx.git
synced 2025-11-16 04:24:48 +00:00
Compare commits
2 Commits
d22057ee89
...
a17fd83e94
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a17fd83e94 | ||
|
|
254b5bf3a7 |
@@ -239,7 +239,7 @@
|
|||||||
_tx_thread_stack_error_handler((thread_ptr)); \
|
_tx_thread_stack_error_handler((thread_ptr)); \
|
||||||
TX_DISABLE \
|
TX_DISABLE \
|
||||||
} \
|
} \
|
||||||
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) \
|
||||||
{ \
|
{ \
|
||||||
TX_RESTORE \
|
TX_RESTORE \
|
||||||
_tx_thread_stack_analyze((thread_ptr)); \
|
_tx_thread_stack_analyze((thread_ptr)); \
|
||||||
|
|||||||
Reference in New Issue
Block a user