target-xtensa: add window overflow check to L32E/S32E
commitf822b7e497fa6a662094b491f86441015f363362
authorMax Filippov <jcmvbkbc@gmail.com>
Sun, 19 Jul 2015 07:02:37 +0000 (19 10:02 +0300)
committerMax Filippov <jcmvbkbc@gmail.com>
Wed, 21 Oct 2015 18:27:31 +0000 (21 21:27 +0300)
treeee46e616a2d0cf8c7e1956041ed3a88f2487003b
parent8bfaa25fce2c22060a17501980943538801056de
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>
target-xtensa/translate.c