aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/minw.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/minw.h')
-rw-r--r--riscv/insns/minw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/minw.h b/riscv/insns/minw.h
index 1c00c63..4489260 100644
--- a/riscv/insns/minw.h
+++ b/riscv/insns/minw.h
@@ -1,4 +1,4 @@
require_extension('P');
int32_t rs1w = P_W(RS1, 0);
int32_t rs2w = P_W(RS2, 0);
-WRITE_RD(sext_xlen(rs1w >= rs2w ? rs2w : rs1w)); \ No newline at end of file
+WRITE_RD(sext_xlen(rs1w >= rs2w ? rs2w : rs1w));