OSDN Git Service

target/xtensa: extract test for alloca exception
authorMax Filippov <jcmvbkbc@gmail.com>
Fri, 31 Aug 2018 01:21:22 +0000 (18:21 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Mon, 1 Oct 2018 18:08:35 +0000 (11:08 -0700)
commit90d6494d130afa6de932fb1fa2eed8296d702836
tree48a169d8ff1cd6b312a4e0e8fa8df87f12a190a0
parentf473019a97d7c890ddb816367dc9f89fdfefa22e
target/xtensa: extract test for alloca exception

- mark movsp instruction;
- put test for alloca exception right after the test for window
  underflow;

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
target/xtensa/translate.c