commit | 5102a514e8fb246132f1e05e938737647c6c1900 | [log] [tgz] |
---|---|---|
author | Felix Miller <felix.miller@gi-de.com> | Fri Sep 04 03:54:27 2020 +0200 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Mon Sep 07 11:18:03 2020 +0200 |
tree | 7d52e841f86df497f2bf6753e7bf389a9dcfe25c | |
parent | 73f4ec619a8f1e9843adb67d65cb13e488b3de23 [diff] |
[otbn] fix typo in modexp.s Fix a typo that slipped in #3332 Signed-off-by: Felix Miller <felix.miller@gi-de.com>
diff --git a/sw/otbn/code-snippets/modexp.S b/sw/otbn/code-snippets/modexp.S index 8e9883d..cb1e6dd 100644 --- a/sw/otbn/code-snippets/modexp.S +++ b/sw/otbn/code-snippets/modexp.S
@@ -336,7 +336,7 @@ ECALL sqrx_exp: -LW x16, 24(x0) +LW x16, 32(x0) LW x17, 36(x0) LW x18, 40(x0) LW x19, 44(x0)