]> git.proxmox.com Git - qemu.git/commit
target-arm: Don't decode RFE or SRS on M profile cores
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 5 Mar 2013 00:31:17 +0000 (00:31 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 5 Mar 2013 00:31:17 +0000 (00:31 +0000)
commit00115976bb066d4b33dbb07a92f8bde5ec8b9518
tree6d55864951f6248f487e9f44e68401c119d04cbc
parent81465888c5306cd94abb9847e560796fd13d3c2f
target-arm: Don't decode RFE or SRS on M profile cores

M profile cores do not have the RFE or SRS instructions, so
correctly UNDEF these insn patterns on those cores.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/translate.c