| Submitter | Peter Maydell |
|---|---|
| Date | Dec. 6, 2010, 5 p.m. |
| Message ID | <1291654811-29863-9-git-send-email-peter.maydell@linaro.org> |
| Download | mbox | patch |
| Permalink | /patch/74401/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/target-arm/helper.c b/target-arm/helper.c index 4bd1cd4..2925782 100644 --- a/target-arm/helper.c +++ b/target-arm/helper.c @@ -2549,7 +2549,7 @@ float32 VFP_HELPER(fcvts, d)(float64 x, CPUState *env) ftype VFP_HELPER(name##to, p)(ftype x, uint32_t shift, CPUState *env) \ { \ ftype tmp; \ - tmp = sign##int32_to_##ftype ((itype)vfp_##p##toi(x), \ + tmp = sign##int32_to_##ftype ((itype##_t)vfp_##p##toi(x), \ &env->vfp.fp_status); \ return ftype##_scalbn(tmp, -(int)shift, &env->vfp.fp_status); \ } \