8 lines
147 B
ArmAsm
8 lines
147 B
ArmAsm
|
# See LICENSE for license details.
|
||
|
|
||
|
#include "riscv_test.h"
|
||
|
#undef RVTEST_RV64S
|
||
|
#define RVTEST_RV64S RVTEST_RV32S
|
||
|
|
||
|
#include "../rv64si/ma_fetch.S"
|