aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/mulsr64.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/mulsr64.h')
-rw-r--r--riscv/insns/mulsr64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/mulsr64.h b/riscv/insns/mulsr64.h
index 2cc0e17..f7dae22 100644
--- a/riscv/insns/mulsr64.h
+++ b/riscv/insns/mulsr64.h
@@ -1,3 +1,3 @@
require_extension('P');
sreg_t rd = (sreg_t)P_SW(RS1, 0) * P_SW(RS2, 0);
-P_64_PROFILE_END(); \ No newline at end of file
+P_64_PROFILE_END();