* calls.c (emit_library_call_value_1): Revert previous change.
From-SVN: r34861
This commit is contained in:
parent
f22ad9d09e
commit
d4c683762a
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
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>
|
||||
|
||||
* 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)
|
|||
emit_move_insn (value, mem_value);
|
||||
}
|
||||
else if (value != 0)
|
||||
emit_move_insn (value, valreg);
|
||||
emit_move_insn (value, hard_libcall_value (outmode));
|
||||
else
|
||||
value = valreg;
|
||||
value = hard_libcall_value (outmode);
|
||||
}
|
||||
|
||||
if (ACCUMULATE_OUTGOING_ARGS)
|
||||
|
|
Loading…
Add table
Reference in a new issue