summaryrefslogtreecommitdiff
path: root/ports/rxv1/gnu/src/tx_thread_interrupt_control.S
diff options
context:
space:
mode:
Diffstat (limited to 'ports/rxv1/gnu/src/tx_thread_interrupt_control.S')
-rw-r--r--ports/rxv1/gnu/src/tx_thread_interrupt_control.S11
1 files changed, 6 insertions, 5 deletions
diff --git a/ports/rxv1/gnu/src/tx_thread_interrupt_control.S b/ports/rxv1/gnu/src/tx_thread_interrupt_control.S
index 87b5ebe3..23e3b984 100644
--- a/ports/rxv1/gnu/src/tx_thread_interrupt_control.S
+++ b/ports/rxv1/gnu/src/tx_thread_interrupt_control.S
@@ -26,7 +26,7 @@
;/* FUNCTION RELEASE */
;/* */
;/* _tx_thread_interrupt_control RXv1/GNURX */
-;/* 6.1.8 */
+;/* 6.1.9 */
;/* AUTHOR */
;/* */
;/* William E. Lamie, Microsoft Corporation */
@@ -57,6 +57,8 @@
;/* DATE NAME DESCRIPTION */
;/* */
;/* 08-02-2021 William E. Lamie Initial Version 6.1.8 */
+;/* 10-15-2021 William E. Lamie Modified comment(s), */
+;/* resulting in version 6.1.9 */
;/* */
;/**************************************************************************/
;UINT _tx_thread_interrupt_control(UINT new_posture)
@@ -75,13 +77,12 @@ __tx_thread_interrupt_control:
; /* Apply the new interrupt posture. */
;
- BTST #16, R1 ; test I bit of PSW of "new posture"
- BMNE #16, R2 ; conditionally set I bit of intermediate posture
+ BTST #16, R1 ; Test I bit of PSW of "new posture"
+ BMNE #16, R2 ; Conditionally set I bit of intermediate posture
- MVTC R2, PSW ; save intermediate posture to PSW
+ MVTC R2, PSW ; Save intermediate posture to PSW
MOV.L R3,R1 ; Get original SR
RTS ; Return to caller
;}
.end
-