]> Git Repo - qemu.git/commit
target-arm/translate.c: Don't use IS_M()
authorPeter Maydell <[email protected]>
Tue, 28 Oct 2014 19:24:02 +0000 (19:24 +0000)
committerPeter Maydell <[email protected]>
Tue, 4 Nov 2014 12:05:03 +0000 (12:05 +0000)
commitb53d8923a599ef608a73748981a5b4a7355d11e5
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 <[email protected]>
Reviewed-by: Alex BennĂ©e <[email protected]>
Message-id: 1414524244[email protected]
Reviewed-by: Claudio Fontana <[email protected]>
target-arm/translate.c
This page took 0.023536 seconds and 4 git commands to generate.