]> git.proxmox.com Git - qemu.git/commit
tcg-sparc: Use TCG_TARGET_REG_BITS in conditional compilation.
authorRichard Henderson <rth@twiddle.net>
Fri, 18 Dec 2009 07:47:54 +0000 (23:47 -0800)
committerBlue Swirl <blauwirbel@gmail.com>
Mon, 21 Dec 2009 20:52:34 +0000 (20:52 +0000)
commita212ea75534aebe98c03451b58c5fdf754cf8978
tree8d907edbf949ac1fbdf066e89e3666e53377fa98
parent431722077a991753052456b83c1749f73618c2a6
tcg-sparc: Use TCG_TARGET_REG_BITS in conditional compilation.

The test TCG_TARGET_REG_BITS==64 is exactly the feature that we
are checking for, whereas something involving __sparc_v9__ or
__sparc_v8plus__ should be reserved for something ISA related,
as with SMULX.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
tcg/sparc/tcg-target.c