calls.c (emit_library_call): Use right index into argvec array when iterating over...
authorJeff Law <law@gcc.gnu.org>
Mon, 14 Jul 1997 20:19:23 +0000 (14:19 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 14 Jul 1997 20:19:23 +0000 (14:19 -0600)
commit5e26979cd5e0ab1a47c7871e727d9f96575902a4
tree66e6a31f665ceb5f1070506656e3a7ec8aaf264d
parent467bea2773469b63b454f795e071650e8642f152
calls.c (emit_library_call): Use right index into argvec array when iterating over arguments which need to...

        * calls.c (emit_library_call): Use right index into argvec array
        when iterating over arguments which need to be pushed on the stack.
        (emit_library_call_value): Likewise.

From-SVN: r14444
gcc/calls.c