aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/cvt_s_d.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/cvt_s_d.h')
-rw-r--r--riscv/insns/cvt_s_d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/cvt_s_d.h b/riscv/insns/cvt_s_d.h
index 56d6fe3..1c9b281 100644
--- a/riscv/insns/cvt_s_d.h
+++ b/riscv/insns/cvt_s_d.h
@@ -1,3 +1,3 @@
require_fp;
-FRDR = f64_to_f32(FRS1);
+FRD = f64_to_f32(FRS1);
set_fp_exceptions;