also give a message on loading a floating-point function result
This commit is contained in:
parent
6eb8242134
commit
4986a13d53
@ -539,6 +539,9 @@ EVAL(expr, val, code, true_label, false_label)
|
|||||||
else
|
else
|
||||||
C_lfr(ATW(tp->tp_size));
|
C_lfr(ATW(tp->tp_size));
|
||||||
}
|
}
|
||||||
|
if (tp->tp_fund == FLOAT || tp->tp_fund == DOUBLE
|
||||||
|
|| tp->tp_fund == LNGDBL)
|
||||||
|
fp_used = 1;
|
||||||
/* ??? set filename and line number ??? */
|
/* ??? set filename and line number ??? */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user