tcg-ppc64: Use the correct test in tcg_out_call
commiteaf7d1cfe0eae800f35234a8a96367bfd8e54d61
authorRichard Henderson <rth@twiddle.net>
Wed, 30 Apr 2014 18:57:11 +0000 (30 11:57 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 23 Jun 2014 14:31:38 +0000 (23 07:31 -0700)
tree5afa4c59df8981c8ad86c782f11660ff3cf45618
parent802ca56e1d63a513733bf43f945ed654bf7d3eea
tcg-ppc64: Use the correct test in tcg_out_call

The correct test uses the _CALL_AIX macro, not a host-specific macro.

Tested-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/ppc64/tcg-target.c