commit | 2d23d5edb5b23849c668dd729e4da7b2c63b163b | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Wed Nov 06 19:56:58 2013 +0100 |
committer | Richard Henderson <rth@twiddle.net> | Sat Jan 25 15:21:33 2014 -0800 |
tree | 896d2c2bfec9c0364150f555bda7596f0788885c | |
parent | 085bb5bb64069a16b843fca840f91cdfb3f40fda [diff] |
tcg/i386: cleanup useless #ifdef TCG_TARGET_HAS_movcond_i32 is always defined to 1 in tcg-target.h, so remove the corresponding #ifdef #endif sequence, left from a previous refactoring. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Richard Henderson <rth@twiddle.net>