target-arm/helper.c: Don't allocate TCG resources unless TCG enabled
commitf4fc247b0df2dfccae80618ccf6741a9b9e50e49
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 25 Nov 2011 18:25:50 +0000 (25 19:25 +0100)
committerAndrzej Zaborowski <balrog@zabor.org>
Mon, 5 Dec 2011 20:38:47 +0000 (5 21:38 +0100)
tree750b4c3041f886bae7deac1e2b532b89b1fcadb6
parent02afbf64753fcf95f3b0b36cf4066ba194ec550d
target-arm/helper.c: Don't allocate TCG resources unless TCG enabled

Don't call arm_translate_init() (which allocates TCG resources)
unless TCG is enabled.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
target-arm/helper.c