diff options
Diffstat (limited to 'isa/rv64mi/ma_fetch.S')
-rw-r--r-- | isa/rv64mi/ma_fetch.S | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/isa/rv64mi/ma_fetch.S b/isa/rv64mi/ma_fetch.S new file mode 100644 index 0000000..cfcb90c --- /dev/null +++ b/isa/rv64mi/ma_fetch.S @@ -0,0 +1,8 @@ +# See LICENSE for license details. + +#include "riscv_test.h" +#undef RVTEST_RV64S +#define RVTEST_RV64S RVTEST_RV64M +#define __MACHINE_MODE + +#include "../rv64si/ma_fetch.S" |