Commit 493368c3 by Jeff Law

(output_function_prlogue): Resotre "rp" after the call to mcount.

From-SVN: r1810
parent 57b3a4f1
......@@ -1522,6 +1522,7 @@ output_function_prologue (file, size, leaf_function)
for (i = 26, arg_offset = -36; i >= 23; i--, arg_offset -= 4)
if (regs_ever_live[i])
print_ldw (file, i, arg_offset, 4);
print_ldw (file, 2, -20, 4);
}
/* Normal register save. */
......
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