target-mips/translate.c: Add ifdef guard around check_mips64()
commitc7986fd6cd766d95496805a75397c855cb7845af
authorPeter Maydell <peter.maydell@linaro.org>
Sun, 14 Sep 2014 19:45:35 +0000 (14 20:45 +0100)
committerLeon Alrae <leon.alrae@imgtec.com>
Tue, 14 Oct 2014 12:29:14 +0000 (14 13:29 +0100)
tree338c82d4af9210a71870b8177ef07b09f4e3ef06
parentb808a1a812a15b91ccea3a10eea195da65909c5f
target-mips/translate.c: Add ifdef guard around check_mips64()

The function check_mips64() is only used if TARGET_MIPS64 is defined;
add an ifdef guard to its definition to avoid warnings about it being
unused in other configurations.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
target-mips/translate.c