]> Git Repo - qemu.git/commit - target/sparc/ldst_helper.c
target-sparc: address_mask(), asi_address_mask() are TARGET_SPARC64 only
authorPeter Maydell <[email protected]>
Tue, 23 Dec 2014 22:11:18 +0000 (22:11 +0000)
committerMark Cave-Ayland <[email protected]>
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 <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Mark Cave-Ayland <[email protected]>
target-sparc/ldst_helper.c
This page took 0.025337 seconds and 4 git commands to generate.