]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
tcg/mips: fix branch offset during retranslation
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 29 Mar 2010 00:09:23 +0000 (02:09 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 29 Mar 2010 00:11:35 +0000 (02:11 +0200)
commit81b168a702ce7dd6d6504436d6c1f129ee44183e
treefa3a5775b0c1bb48ebbebd01b5d50daa390fd402
parent5c6892078a2a9d3919a5b99942c9f0132e34080d
tcg/mips: fix branch offset during retranslation

Branch offsets should only be overwritten during relocation, to support
partial retranslation.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
(cherry picked from commit 6d8ff4d85ce2f3fc8a18dc8f077f73a4bd19a89a)
tcg/mips/tcg-target.c