summaryrefslogtreecommitdiff
path: root/pt/riscv_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'pt/riscv_test.h')
-rw-r--r--pt/riscv_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pt/riscv_test.h b/pt/riscv_test.h
index cdca2cf..84b2d51 100644
--- a/pt/riscv_test.h
+++ b/pt/riscv_test.h
@@ -46,7 +46,7 @@ _skip_vector_restore: \
addi a0, a0, TIMER_INTERVAL; \
csrw stimecmp, a0; \
csrr a0, mscratch; \
- mret; \
+ eret; \
#ifdef __riscv64