commit | 50c5c4d12557ede48c573e5138542061acd83500 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Tue Mar 18 07:45:39 2014 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Fri Apr 18 16:57:36 2014 -0700 |
tree | 62522d36a81c14cc46b1db93766fc4f118d1dc95 | |
parent | 20022fa15f6a8ddc24a8f9d7d177312fecc7fb3a [diff] |
tcg: Mask shift quantities while folding The TCG result would be undefined, but we can at least produce one plausible result and avoid triggering the wrath of analysis tools. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>