aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/urcrsa32.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/urcrsa32.h')
-rw-r--r--riscv/insns/urcrsa32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/urcrsa32.h b/riscv/insns/urcrsa32.h
index fda986f..7ddd4f9 100644
--- a/riscv/insns/urcrsa32.h
+++ b/riscv/insns/urcrsa32.h
@@ -3,4 +3,4 @@ P_CROSS_ULOOP(32, {
pd = ((uint64_t)ps1 - ps2) >> 1;
}, {
pd = ((uint64_t)ps1 + ps2) >> 1;
-}) \ No newline at end of file
+})