summaryrefslogtreecommitdiff
path: root/ports/arm9/gnu/src/tx_thread_interrupt_control.S
diff options
context:
space:
mode:
Diffstat (limited to 'ports/arm9/gnu/src/tx_thread_interrupt_control.S')
-rw-r--r--ports/arm9/gnu/src/tx_thread_interrupt_control.S18
1 files changed, 8 insertions, 10 deletions
diff --git a/ports/arm9/gnu/src/tx_thread_interrupt_control.S b/ports/arm9/gnu/src/tx_thread_interrupt_control.S
index c8dfb2e3..bd85cc70 100644
--- a/ports/arm9/gnu/src/tx_thread_interrupt_control.S
+++ b/ports/arm9/gnu/src/tx_thread_interrupt_control.S
@@ -19,15 +19,10 @@
@/** */
@/**************************************************************************/
@/**************************************************************************/
-@
-@#define TX_SOURCE_CODE
-@
-@
-@/* Include necessary system files. */
-@
-@#include "tx_api.h"
-@#include "tx_thread.h" */
-@
+#ifdef TX_INCLUDE_USER_DEFINE_FILE
+#include "tx_user.h"
+#endif
+
INT_MASK = 0x03F
@@ -56,7 +51,7 @@ $_tx_thread_interrupt_control:
@/* FUNCTION RELEASE */
@/* */
@/* _tx_thread_interrupt_control ARM9/GNU */
-@/* 6.1 */
+@/* 6.2.1 */
@/* AUTHOR */
@/* */
@/* William E. Lamie, Microsoft Corporation */
@@ -87,6 +82,9 @@ $_tx_thread_interrupt_control:
@/* DATE NAME DESCRIPTION */
@/* */
@/* 09-30-2020 William E. Lamie Initial Version 6.1 */
+@/* 03-08-2023 Cindy Deng Modified comment(s), added */
+@/* #include tx_user.h, */
+@/* resulting in version 6.2.1 */
@/* */
@/**************************************************************************/
@UINT _tx_thread_interrupt_control(UINT new_posture)