(emit_store_flag): Add missing arg to convert_move.

From-SVN: r3437
This commit is contained in:
Richard Stallman 1993-02-08 04:34:45 +00:00
parent 1efe644834
commit 522ae84c3d

View File

@ -2940,7 +2940,7 @@ emit_store_flag (target, code, op0, op1, mode, unsignedp, normalizep)
conversion now. */
if (target_mode != compare_mode)
{
convert_move (target, op0);
convert_move (target, op0, 0);
return target;
}
else