On 08/23/2011 10:11 AM, Peter Maydell wrote: > A compile-time check that the tcg target has #defined all the > TCG_TARGET_HAS_foo to 0/1 and not left any undefined might be > useful?
That compile-time check is the uses in tcg-op.h. If they're not defined you'll get undefined symbol errors in that file. I'll look into the problem... r~