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