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

From-SVN: r1810
This commit is contained in:
Jeff Law 1992-08-13 09:37:16 -06:00
parent 57b3a4f11a
commit 493368c3fe

View File

@ -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. */