Sparc: fix FPU and AM enable checks for translation
authorBlue Swirl <blauwirbel@gmail.com>
Thu, 14 Jul 2011 17:30:43 +0000 (17:30 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Thu, 14 Jul 2011 17:30:43 +0000 (17:30 +0000)
commit789c65319700c35eeee62332e16ebe9736c66cca
tree75c5d26c91fa55ca92c997bc654ea0c1d5747081
parent27ee7be064944d8c26c5443e78100ffa0eaf1eea
Sparc: fix FPU and AM enable checks for translation

Translation used incorrectly CPUState fields directly to check
for FPU enable state and 32 bit address masking on Sparc64.

Fix by using TB flags instead.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-sparc/cpu.h
target-sparc/translate.c