Re: [Qemu-devel] [PATCH 9/9] tcg: remove #ifdef #endif around TCGOpcode tests

2012-09-19 Thread Richard Henderson
On 09/19/2012 01:00 PM, Aurelien Jarno wrote: > Commit 25c4d9cc changed all TCGOpcode enums to be available, so we don't > need to #ifdef #endif the one that are available only on some targets. > This makes the code easier to read. > > Signed-off-by: Aurelien Jarno Reviewed-by: Richard Henderson

[Qemu-devel] [PATCH 9/9] tcg: remove #ifdef #endif around TCGOpcode tests

2012-09-19 Thread Aurelien Jarno
Commit 25c4d9cc changed all TCGOpcode enums to be available, so we don't need to #ifdef #endif the one that are available only on some targets. This makes the code easier to read. Signed-off-by: Aurelien Jarno --- tcg/tcg.c | 16 +--- 1 file changed, 1 insertion(+), 15 deletions(-)