target-alpha: Fix fbcond branch offset.
commit73651cce62738f7f8732028a7b84f3484511eede
authorRichard Henderson <rth@twiddle.net>
Fri, 11 Dec 2009 17:07:29 +0000 (11 09:07 -0800)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 13 Dec 2009 20:26:26 +0000 (13 21:26 +0100)
treed17f3b50cfbcfe8dd57b15f77d335bfa23496820
parent377a43b6fbf0727e812d39b74e468ff0f59cb550
target-alpha: Fix fbcond branch offset.

The instructions use a disp21 like all other branch insns,
not the disp16 that was being passed.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-alpha/translate.c