diff options
Diffstat (limited to 'lib/utils')
| -rw-r--r-- | lib/utils/serial/semihosting.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils/serial/semihosting.c b/lib/utils/serial/semihosting.c index 19ebaa07..3a42ba60 100644 --- a/lib/utils/serial/semihosting.c +++ b/lib/utils/serial/semihosting.c @@ -67,7 +67,7 @@ bool semihosting_enabled(void) " mret\n" "_semihost_test_vector_next:\n" - " la %[tmp], _semihost_test_vector\n" + " lla %[tmp], _semihost_test_vector\n" " csrrw %[tmp], mtvec, %[tmp]\n" " .align 4\n" " slli zero, zero, 0x1f\n" |
