提交 ec230928 编写于 作者: T ths

sparc-softmmu build fix


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2219 c046a42c-6fe2-441c-8c8c-71466251a162
上级 29bfb117
......@@ -12,12 +12,12 @@ void raise_exception(int tt)
#ifdef USE_INT_TO_FLOAT_HELPERS
void do_fitos(void)
{
FT0 = int32_to_float32(*((int32_t *)&FT1));
FT0 = int32_to_float32(*((int32_t *)&FT1), &env->fp_status);
}
void do_fitod(void)
{
DT0 = int32_to_float64(*((int32_t *)&FT1));
DT0 = int32_to_float64(*((int32_t *)&FT1), &env->fp_status);
}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册