diff options
Diffstat (limited to 'isa/rv32ui/ld_st.S')
-rw-r--r-- | isa/rv32ui/ld_st.S | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/isa/rv32ui/ld_st.S b/isa/rv32ui/ld_st.S new file mode 100644 index 0000000..476b806 --- /dev/null +++ b/isa/rv32ui/ld_st.S @@ -0,0 +1,7 @@ +# See LICENSE for license details. + +#include "riscv_test.h" +#undef RVTEST_RV64U +#define RVTEST_RV64U RVTEST_RV32U + +#include "../rv64ui/ld_st.S" |