9 lines
175 B
ArmAsm
9 lines
175 B
ArmAsm
|
# See LICENSE for license details.
|
||
|
|
||
|
#include "riscv_test.h"
|
||
|
#undef RVTEST_RV64M
|
||
|
#define RVTEST_RV64M RVTEST_RV32M
|
||
|
#define __MACHINE_MODE
|
||
|
|
||
|
#include "../rv64mi/lh-misaligned.S"
|