On 01 May 2005, at 19:04, Paul Brook wrote:

This is not correct.
If the blr is not at the end of the function, things will break.
dyngen assumes the last instruction is the only return instruction in the
function. This allows it to remove the blr insn and concatenate multiple
functions together.

Can't we on PPC just replace all blr's with plain branches to the instruction after end of the function? (since all instructions are 32 bit long)



Jonas



_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to