]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-xtensa: add window overflow check to L32E/S32E
authorMax Filippov <jcmvbkbc@gmail.com>
Sun, 19 Jul 2015 07:02:37 +0000 (10:02 +0300)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Sat, 31 Oct 2015 17:35:17 +0000 (12:35 -0500)
commit36e1eee7603ad1683df9446e104c6f5849d854c6
tree5705cdd2a45e912391dc6d10715f67c8256f58b5
parent9137bd24c8165192917471dca67b778c301fcd54
target-xtensa: add window overflow check to L32E/S32E

Despite L32E and S32E primary use is for window underflow and overflow
exception handlers they are just normal instructions, and thus need to
check for window overflow.

Cc: qemu-stable@nongnu.org
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
(cherry picked from commit f822b7e497fa6a662094b491f86441015f363362)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-xtensa/translate.c