linux-user: Use restrictive mask when calling cpsr_write()
commitae08792301c182bdec48656dee3dce38b3391a1a
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 23 Feb 2016 15:36:43 +0000 (23 15:36 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 26 Feb 2016 15:09:41 +0000 (26 15:09 +0000)
treebe738447a867057832595609ed89350c5c7e40c5
parentf8c88bbcda76d5674e4bb125471371b41d330df8
linux-user: Use restrictive mask when calling cpsr_write()

When linux-user code is calling cpsr_write(), use a restrictive
mask to ensure we are limiting the set of CPSR bits we update.
In particular, don't allow the mode bits to be changed.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Sergey Fedorov <serge.fdrv@gmail.com>
Message-id: 1455556977-3644-5-git-send-email-peter.maydell@linaro.org
linux-user/main.c
linux-user/signal.c