On 12/21/2013 08:43 AM, Aurelien Jarno wrote:
> 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
> ---
> tcg/i386/tcg-target.c |2 --
> 1 file changed
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
---
tcg/i386/tcg-target.c |2 --
1 file changed, 2 deletions(-)
diff --git a/tcg/i386/tcg-target.c b/tcg/i38