diff options
Diffstat (limited to 'target-sparc/op.c')
-rw-r--r-- | target-sparc/op.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target-sparc/op.c b/target-sparc/op.c index 80864c3bb8..55ea2b9fe4 100644 --- a/target-sparc/op.c +++ b/target-sparc/op.c @@ -1711,6 +1711,9 @@ void OPPROTO op_fcmped_fcc3(void) /* Integer to float conversion. */ #ifdef USE_INT_TO_FLOAT_HELPERS F_HELPER(ito); +#ifdef TARGET_SPARC64 +F_HELPER(xto); +#endif #else F_OP(ito, s) { |