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 7100a20..34c2a33 100644
--- a/pt/riscv_test.h
+++ b/pt/riscv_test.h
@@ -29,7 +29,7 @@
csrr t5, mtime; \
addi t5, t5, TIMER_INTERVAL; \
csrw mtimecmp, t5; \
- eret; \
+ mret; \
//-----------------------------------------------------------------------
// Data Section Macro