target-sh4: fix TLB invalidation code
authorAlexandre Courbot <gnurou@gmail.com>
Tue, 25 Jan 2011 06:32:01 +0000 (15:32 +0900)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 25 Jan 2011 07:36:29 +0000 (08:36 +0100)
commit2adbb83814344006e709062612394a01d0b14b56
tree28191591ea38c86935e0f4351d4500bdb037ea1c
parent24c842291802125446931dc312bb882bd7d98620
target-sh4: fix TLB invalidation code

In cpu_sh4_invalidate_tlb, the UTLB was invalidated twice and the
ITLB left unchaged, probably because of some unfortunate copy/paste.

Signed-off-by: Alexandre Courbot <gnurou@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-sh4/helper.c