commit | 25c4d9cc845fb58f624dae8c0f690e20c70e7a1d | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Aug 17 14:11:46 2011 -0700 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sun Aug 21 18:52:24 2011 +0000 |
tree | 79ff5484f3fe9995d2e28c9e0931fe855b099a6c | |
parent | 8399ad59e73a0f48af3edef62f021e2cb6220e12 [diff] |
tcg: Always define all of the TCGOpcode enum members. By always defining these symbols, we can eliminate a lot of ifdefs. To allow this to be checked reliably, the semantics of the TCG_TARGET_HAS_* macros must be changed from def/undef to true/false. This allows even more ifdefs to be removed, converting them into C if statements. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>