target-arm/translate.c: Don't use IS_M()
commitb53d8923a599ef608a73748981a5b4a7355d11e5
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 28 Oct 2014 19:24:02 +0000 (28 19:24 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 4 Nov 2014 12:05:03 +0000 (4 12:05 +0000)
tree1fa813edc6563c3133f769df24ee69042823a644
parentd614a51378f38f1e3193834ac121a3147ae89e34
target-arm/translate.c: Don't use IS_M()

Instead of using IS_M(), use arm_dc_feature(s, ARM_FEATURE_M), so we
don't need to pass CPUARMState pointers around the decoder.

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