diff options
| author | Bo Chen <[email protected]> | 2021-06-02 06:45:05 +0000 |
|---|---|---|
| committer | Bo Chen <[email protected]> | 2021-06-02 06:45:05 +0000 |
| commit | f5056f4923410b99c87ab909d24ae77bf41923b6 (patch) | |
| tree | b5b5e518b7c36a74a962bfb36f0288c0d1bc0fe7 /common/src/tx_thread_initialize.c | |
| parent | d759e6bb9e040bc9f973ef706dc7b0a9c68be916 (diff) | |
Release 6.1.7
Diffstat (limited to 'common/src/tx_thread_initialize.c')
| -rw-r--r-- | common/src/tx_thread_initialize.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/common/src/tx_thread_initialize.c b/common/src/tx_thread_initialize.c index 9ced1ccd..669805c3 100644 --- a/common/src/tx_thread_initialize.c +++ b/common/src/tx_thread_initialize.c @@ -310,6 +310,9 @@ const CHAR _tx_thread_special_string[] = /* 05-19-2020 William E. Lamie Initial Version 6.0 */ /* 09-30-2020 Yuxin Zhou Modified comment(s), */ /* resulting in version 6.1 */ +/* 06-02-2021 Yuxin Zhou Modified comment(s), added */ +/* Execution Profile support, */ +/* resulting in version 6.1.7 */ /* */ /**************************************************************************/ VOID _tx_thread_initialize(VOID) @@ -439,7 +442,7 @@ VOID _tx_thread_initialize(VOID) #ifdef TX_ENABLE_EVENT_TRACE | (((ULONG) 1) << 8) #endif -#ifdef TX_ENABLE_EXECUTION_CHANGE_NOTIFY +#if defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE) | (((ULONG) 1) << 7) #endif #if TX_PORT_SPECIFIC_BUILD_OPTIONS != 0 |
