From 9d64d0579feaac16578158b29c94767823f19a83 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Tue, 17 Mar 2015 01:16:09 -0700 Subject: Merge [shm]call into ecall, [shm]ret into eret --- pt/riscv_test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pt') 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 -- cgit v1.1