tcg/mips: fix branch target change during code retranslation
authorAurelien Jarno <aurelien@aurel32.net>
Thu, 6 Jan 2011 21:43:14 +0000 (22:43 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 8 Jan 2011 15:41:43 +0000 (16:41 +0100)
commitd43ffce14023df871d6065eb864d1f41eb441f37
tree1684d4099e63087b85c27b4140968cba5ab75005
parent9a3abc21a61f95799c1f301b0b480a98a29fa0ff
tcg/mips: fix branch target change during code retranslation

TCG on MIPS was trying to avoid changing the branch offset, but didn't
due to a stupid typo. Fix it.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/mips/tcg-target.c