On 3 July 2013 22:29, Richard Henderson <r...@twiddle.net> wrote: > This allows TCG_TARGET_HAS_* to be a variable rather than a constant, > which allows easier support for differing ISA levels for the host.
The effect of this is that TCG_OPF_NOT_PRESENT means "if set, op is definitely not present; if not set, op might or might not be present", right? Which is OK because it's just a debug guard/sanity check. (That might be worth noting in a comment I guess.) Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> -- PMM