target-arm/translate.c: Use arm_dc_feature() rather than arm_feature()
commitd614a51378f38f1e3193834ac121a3147ae89e34
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 28 Oct 2014 19:24:01 +0000 (28 19:24 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 4 Nov 2014 12:04:25 +0000 (4 12:04 +0000)
tree12ca96ab8b23693f1ce2c548d510e9a3b912f584
parent2b51668fca761f412f52a2675fcadb16521d9c4f
target-arm/translate.c: Use arm_dc_feature() rather than arm_feature()

Use arm_dc_feature() rather than arm_feature() to avoid using
CPUARMState unnecessarily.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 1414524244-20316-3-git-send-email-peter.maydell@linaro.org
Reviewed-by: Claudio Fontana <claudio.fontana@huawei.com>
target-arm/translate.c