Commit 6e5ea935 by Michael Meissner

Correctly reload r30 if -mrelocatable

From-SVN: r9093
parent 20396967
......@@ -52,6 +52,6 @@ __eabi: mflr 0
.Ldone:
mtlr 0 # restore link register
lwz 31,0(1)
lwz 30,-4(1) # restore regs
lwz 30,4(1) # restore regs
addic 1,1,8 # pop stack
blr
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