Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions none/tests/riscv64/testinst.h
Original file line number Diff line number Diff line change
Expand Up @@ -403,11 +403,11 @@ static void show_block_diff(unsigned char* block1,
".endif;" \
".if \"" #rs1 "\" != \"unused\";" \
"sd " #rs1 ", 48(%[w]);" /* Spill rs1. */ \
"la " #rs1 ", " rs1_val ";" /* Load the first input. */ \
"lla " #rs1 ", " rs1_val ";" /* Load the first input. */ \
".endif;" \
".if \"" #rs2 "\" != \"unused\";" \
"sd " #rs2 ", 56(%[w]);" /* Spill rs2. */ \
"la " #rs2 ", " rs2_val ";" /* Load the second input. */ \
"lla " #rs2 ", " rs2_val ";" /* Load the second input. */ \
".endif;" \
"j 1f;" \
".option push;" \
Expand Down