mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
tcg: Always define all of the TCGOpcode enum members.
By always defining these symbols, we can eliminate a lot of ifdefs. To allow this to be checked reliably, the semantics of the TCG_TARGET_HAS_* macros must be changed from def/undef to true/false. This allows even more ifdefs to be removed, converting them into C if statements. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
8399ad59e7
commit
25c4d9cc84
14 changed files with 832 additions and 1003 deletions
946
tcg/tcg-op.h
946
tcg/tcg-op.h
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue