commit | 4ef76952bd702d29ee4c021f068d85b063fdb928 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Thu May 02 11:35:08 2013 +0100 |
committer | Richard Henderson <rth@twiddle.net> | Tue Jul 09 07:14:35 2013 -0700 |
tree | 723effc39739d8fc54c0223d823a8c9a364e75d0 | |
parent | 5b9f72ab59ec9d57546cfc499ccc863327cb8a46 [diff] |
tcg: Allow non-constant control macros This allows TCG_TARGET_HAS_* to be a variable rather than a constant, which allows easier support for differing ISA levels for the host. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>