commit | c1a61f6c85f63d379b4a03d399986174371f5c2e | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Thu May 02 11:57:40 2013 +0100 |
committer | Richard Henderson <rth@twiddle.net> | Tue Jul 09 07:14:35 2013 -0700 |
tree | 3d3fe256796fee3188805deec0eb083c216af021 | |
parent | 4ef76952bd702d29ee4c021f068d85b063fdb928 [diff] |
tcg: Simplify logic using TCG_OPF_NOT_PRESENT Expand the definition of "not present" to include "should not be present". This means we can simplify the logic surrounding the generic tcg opcodes for which the host backend ought not be providing definitions. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>