blob: 7692b28f647054db71fa5841b49fe30a75031a92 (
plain)
1
2
3
4
5
6
7
8
9
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"
|