tcg/arm: Move isa detection to tcg-target.h
commit40b2ccb156534f5d5f1d110a6ce008d87ee10af1
authorRichard Henderson <rth@twiddle.net>
Sat, 15 Oct 2016 00:45:26 +0000 (14 19:45 -0500)
committerRichard Henderson <rth@twiddle.net>
Tue, 10 Jan 2017 15:59:11 +0000 (10 07:59 -0800)
tree27470482b2259b4a3944cc045073450d2a770308
parente2179f94a17bf0933df29ce1b4f6bc93cbe7dbd3
tcg/arm: Move isa detection to tcg-target.h

This allows us to use this detection within the TCG_TARGET_HAS_*
macros, instead of requiring a function call into tcg-target.inc.c.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/arm/tcg-target.h
tcg/arm/tcg-target.inc.c