diff options
| author | Scott Larson <[email protected]> | 2021-01-08 13:31:36 -0800 |
|---|---|---|
| committer | Scott Larson <[email protected]> | 2021-01-08 13:31:36 -0800 |
| commit | f108ebdbafc16dc1725f4afbab73ac6084ee4302 (patch) | |
| tree | f1b857b03a3b7d787761523d51f53b7eb30d7b4e /ports/arc_em/metaware/src/tx_timer_interrupt.s | |
| parent | b0e9b132b59ab703f19b4588ed785c9c8e7a1072 (diff) | |
update to v6.1.3
Diffstat (limited to 'ports/arc_em/metaware/src/tx_timer_interrupt.s')
| -rw-r--r-- | ports/arc_em/metaware/src/tx_timer_interrupt.s | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ports/arc_em/metaware/src/tx_timer_interrupt.s b/ports/arc_em/metaware/src/tx_timer_interrupt.s index 67b06941..27141e01 100644 --- a/ports/arc_em/metaware/src/tx_timer_interrupt.s +++ b/ports/arc_em/metaware/src/tx_timer_interrupt.s @@ -35,7 +35,7 @@ ;/* FUNCTION RELEASE */ ;/* */ ;/* _tx_timer_interrupt ARCv2_EM/MetaWare */ -;/* 6.1 */ +;/* 6.1.3 */ ;/* AUTHOR */ ;/* */ ;/* William E. Lamie, Microsoft Corporation */ @@ -72,6 +72,10 @@ ;/* DATE NAME DESCRIPTION */ ;/* */ ;/* 09-30-2020 William E. Lamie Initial Version 6.1 */ +;/* 12-31-2020 Scott Larson Modified comment(s), remove */ +;/* unneeded load of */ +;/* _tx_thread_preempt_disable, */ +;/* resulting in version 6.1.3 */ ;/* */ ;/**************************************************************************/ ;VOID _tx_timer_interrupt(VOID) @@ -187,7 +191,6 @@ __tx_something_expired: ; { ; ld r2, [gp, _tx_timer_expired@sda] ; Pickup timer expired flag - ld r4, [gp, _tx_thread_preempt_disable@sda] ; Pickup preempt disable breq r2, 0, __tx_timer_dont_activate ; If not set, skip expiration processing ; ; /* Process the timer expiration. */ |
