From f4bb91b060211884fc0b85479fb6becf20daeb1f Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 6 Jun 2016 10:46:52 +0200 Subject: RISC-V ISA 2.1 now calls "sbreak" officially "ebreak" --- tests/riscv_test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/riscv_test.h b/tests/riscv_test.h index 6c0eb80..be033fd 100644 --- a/tests/riscv_test.h +++ b/tests/riscv_test.h @@ -55,7 +55,7 @@ TEST_FUNC_NAME: \ sw a3,0(a0); \ sw a2,0(a0); \ sw a4,0(a0); \ - sbreak; + ebreak; #define RVTEST_CODE_END #define RVTEST_DATA_BEGIN .balign 4; -- cgit