]> git.proxmox.com Git - mirror_qemu.git/commit
target-sparc: address_mask(), asi_address_mask() are TARGET_SPARC64 only
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 23 Dec 2014 22:11:18 +0000 (22:11 +0000)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 21 Jan 2015 16:18:01 +0000 (16:18 +0000)
commite60538c79fc7285e72f5b431281986737db1607b
tree9b27add9c6056260f57d830643c823180614cbe1
parent622302901065ebcb21201310d34b22d107fe851e
target-sparc: address_mask(), asi_address_mask() are TARGET_SPARC64 only

The address_mask() and asi_address_mask() functions are only used in
TARGET_SPARC64 configs, so guard with ifdefs to avoid warnings about
unused functions in 32-bit builds.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
target-sparc/ldst_helper.c