alter unit tests to match change in CSR table format
[riscv-tests.git] / isa / rv64ui / sv_addi_scalar_src.S
index 182b2ae19eeab86f5693cc907ab5ec5239e488ad..e17df23dc92cfca61a2ff0a43b91c97a34e91955 100644 (file)
@@ -21,7 +21,7 @@ RVTEST_CODE_BEGIN   # Start of test code.
         li x6, 41 # going to be stored in x3 *and* x4 (plus one, on each)
 
         SET_SV_MVL(2)
-        SET_SV_CSR(1, 3, 0, 3, 1, 0)
+        SET_SV_CSR(1, 3, 0, 3, 1)
         SET_SV_VL(2)
 
         addi    x3, x6, 1 # x3 = x6+1 *AND* x4 = x6+1