arm: HVC and SMC encodings don't exist for M profile
commit001b3cab51ebfcb13e8dd03ea25bfa3bd0c517a3
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 20 Mar 2017 12:41:44 +0000 (20 12:41 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 20 Mar 2017 12:41:44 +0000 (20 12:41 +0000)
tree8736d24a95ef6597e8bccf3f7ab2cceac77b019e
parent00e7c07b06d004cf54b19724f82afde8a7a37f37
arm: HVC and SMC encodings don't exist for M profile

M profile doesn't have the HVC or SMC encodings, so make them always
UNDEF rather than generating calls to helper functions that assume
A/R profile.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 1487616072-9226-2-git-send-email-peter.maydell@linaro.org
target/arm/translate.c