diff options
Diffstat (limited to 'sim/common/cgen-fpu.h')
-rw-r--r-- | sim/common/cgen-fpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/cgen-fpu.h b/sim/common/cgen-fpu.h index bb82a8c..bc3364e 100644 --- a/sim/common/cgen-fpu.h +++ b/sim/common/cgen-fpu.h @@ -100,8 +100,8 @@ struct cgen_fp_ops { /* SF/DF conversion ops */ - DF (*extsfdf) (CGEN_FPU*, SF); - SF (*truncdfsf) (CGEN_FPU*, DF); + DF (*fextsfdf) (CGEN_FPU*, SF); + SF (*ftruncdfsf) (CGEN_FPU*, DF); SF (*floatsisf) (CGEN_FPU*, SI); SF (*floatdisf) (CGEN_FPU*, DI); |