commit | 39ada716887111fa36a3581ef8fe0ef367161fb3 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Sun Aug 04 22:38:34 2019 -0400 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Aug 05 21:51:09 2019 +0200 |
tree | aa9b2f1d82c8cbab8e2301a30efe8b840c0de82b | |
parent | 7c6030075330b45515914a4f41a6f362ec9c7762 [diff] |
riscv: isr.S: fix a missing lw to LR conversion This loads a pointer and therefore has to use LR to be 64-bit compatible. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>