aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-06-06 10:46:52 +0200
committerClifford Wolf <clifford@clifford.at>2016-06-06 10:46:52 +0200
commitf4bb91b060211884fc0b85479fb6becf20daeb1f (patch)
treed971e626fe57262b7830211644f043477b33c562 /tests
parent490a7345191f9841fa953d18b27c8485171406ce (diff)
downloadpicorv32-f4bb91b060211884fc0b85479fb6becf20daeb1f.tar.gz
picorv32-f4bb91b060211884fc0b85479fb6becf20daeb1f.zip
RISC-V ISA 2.1 now calls "sbreak" officially "ebreak"
Diffstat (limited to 'tests')
-rw-r--r--tests/riscv_test.h2
1 files changed, 1 insertions, 1 deletions
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;