Move rv32mi dirty bit test to rv32si
[riscv-tests.git] / isa / rv32si / dirty.S
diff --git a/isa/rv32si/dirty.S b/isa/rv32si/dirty.S
new file mode 100644 (file)
index 0000000..7692b28
--- /dev/null
@@ -0,0 +1,10 @@
+# See LICENSE for license details.
+
+#include "riscv_test.h"
+#undef RVTEST_RV64M
+#define RVTEST_RV64M RVTEST_RV32M
+
+#undef VM_SV39
+#define VM_SV39 VM_SV32
+
+#include "../rv64si/dirty.S"