commit | c7986fd6cd766d95496805a75397c855cb7845af | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Sun Sep 14 20:45:35 2014 +0100 |
committer | Leon Alrae <leon.alrae@imgtec.com> | Tue Oct 14 13:29:14 2014 +0100 |
tree | 338c82d4af9210a71870b8177ef07b09f4e3ef06 | |
parent | b808a1a812a15b91ccea3a10eea195da65909c5f [diff] |
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>