tcg: fix build on 32-bit hppa, ppc and sparc hosts
authorJay Foad <jay.foad@gmail.com>
Mon, 22 Feb 2010 15:53:55 +0000 (15:53 +0000)
committermalc <av1474@comtv.ru>
Mon, 22 Feb 2010 16:38:52 +0000 (19:38 +0300)
commit31de531e8dc1a73abdd78e39c82d44ca7a7164aa
tree32c02339f089e45d4137d979859aa23410091fab
parent554d7c00802b10675ed62b22bd1b24b4f463ec5c
tcg: fix build on 32-bit hppa, ppc and sparc hosts

The qemu_ld32s op is only defined if TCG_TARGET_REG_BITS == 64.

Signed-off-by: Jay Foad <jay.foad@gmail.com>
Signed-off-by: malc <av1474@comtv.ru>
tcg/hppa/tcg-target.c
tcg/ppc/tcg-target.c
tcg/sparc/tcg-target.c