Commit d4c68376 by Clinton Popetz Committed by Clinton Popetz

* calls.c (emit_library_call_value_1): Revert previous change.

From-SVN: r34861
parent f22ad9d0
Mon Jul 3 21:31:43 2000 Clinton Popetz <cpopetz@cygnus.com>
* calls.c (emit_library_call_value_1): Revert previous change.
2000-07-03 Zack Weinberg <zack@wolery.cumb.org> 2000-07-03 Zack Weinberg <zack@wolery.cumb.org>
* fix-header.c (struct partial_proto): Remove unnecessary fields. * fix-header.c (struct partial_proto): Remove unnecessary fields.
......
...@@ -3915,9 +3915,9 @@ emit_library_call_value_1 (retval, orgfun, value, fn_type, outmode, nargs, p) ...@@ -3915,9 +3915,9 @@ emit_library_call_value_1 (retval, orgfun, value, fn_type, outmode, nargs, p)
emit_move_insn (value, mem_value); emit_move_insn (value, mem_value);
} }
else if (value != 0) else if (value != 0)
emit_move_insn (value, valreg); emit_move_insn (value, hard_libcall_value (outmode));
else else
value = valreg; value = hard_libcall_value (outmode);
} }
if (ACCUMULATE_OUTGOING_ARGS) if (ACCUMULATE_OUTGOING_ARGS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment