(output_function_prlogue): Resotre "rp" after the call to mcount.
From-SVN: r1810
This commit is contained in:
parent
57b3a4f11a
commit
493368c3fe
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user