summaryrefslogtreecommitdiff
path: root/ports/xtensa/xcc/src/tx_timer_interrupt.S
diff options
context:
space:
mode:
authorYuxin Zhou <[email protected]>2022-04-20 05:07:02 +0000
committerYuxin Zhou <[email protected]>2022-04-20 05:07:02 +0000
commitcef9cb22a5e2b9bca56074c5e627225ec0dd3d73 (patch)
treeace896ab3613348e16eef2a543affa2c984ee6ea /ports/xtensa/xcc/src/tx_timer_interrupt.S
parentf851772ce02633f62d2fb4d043766ea54268684f (diff)
Release 6.1.11
Diffstat (limited to 'ports/xtensa/xcc/src/tx_timer_interrupt.S')
-rw-r--r--ports/xtensa/xcc/src/tx_timer_interrupt.S7
1 files changed, 5 insertions, 2 deletions
diff --git a/ports/xtensa/xcc/src/tx_timer_interrupt.S b/ports/xtensa/xcc/src/tx_timer_interrupt.S
index 6fcc5d36..2953f996 100644
--- a/ports/xtensa/xcc/src/tx_timer_interrupt.S
+++ b/ports/xtensa/xcc/src/tx_timer_interrupt.S
@@ -64,7 +64,10 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 12-31-2020 Cadence Design Systems Initial Version 6.1.3 */
+/* 12-31-2020 Cadence Design Systems Initial Version 6.1.3 */
+/* 04-25-2022 Scott Larson Modified comments and updated */
+/* function name, */
+/* resulting in version 6.1.11 */
/* */
/**************************************************************************/
@@ -128,7 +131,7 @@ _tx_timer_interrupt:
#ifdef XT_CLOCK_FREQ
movi a2, XT_TICK_DIVISOR /* a2 = comparator increment */
#else
- movi a3, _xt_tick_divisor
+ movi a3, xt_tick_divisor
l32i a2, a3, 0 /* a2 = comparator increment */
#endif
rsr a3, XT_CCOMPARE /* a3 = old comparator value */