]> 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:09:23 +0000 (02:09 +0200)
commit6d8ff4d85ce2f3fc8a18dc8f077f73a4bd19a89a
treecc4e2da2f4335a0cb2ed1803d2eaf9940e72c993
parent91dbed4ba1d9e14d40ed6b1bc5906b8c26bff255
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>
tcg/mips/tcg-target.c