(emit_library_call_value): Fix bug in prev change.

From-SVN: r3528
This commit is contained in:
Richard Stallman 1993-02-25 06:20:24 +00:00
parent db0751e4ba
commit d6af3b06f1
1 changed files with 1 additions and 1 deletions

View File

@ -2605,7 +2605,7 @@ emit_library_call_value (va_alist)
/* Now load any reg parms into their regs. */
if (mem_value != 0 && struct_value_rtx != 0)
emit_move_insn (struct_value_rtx, addr);
emit_move_insn (struct_value_rtx, XEXP (mem_value, 0));
for (count = 0; count < nargs; count++, argnum += inc)
{