]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: remove #ifdef #endif around TCGOpcode tests
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 21 Sep 2012 08:02:45 +0000 (10:02 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:42:10 +0000 (01:42 -0500)
commitffc1c5681583f0d576855432a57e34496d2657a8
tree453a2a3cf800d1e4bcb18397fd55c6f3fdbd1dc9
parentcfca711212fb5a99104897a593e9ea45f140a0a2
tcg: remove #ifdef #endif around TCGOpcode tests

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.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
tcg/tcg.c