target/xtensa: fix simcall for newer hardware
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 4 May 2020 12:15:14 +0000 (05:15 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Sun, 17 May 2020 21:52:25 +0000 (14:52 -0700)
commit62ed68e33db89584355ca4c63cd5b21dd98df636
tree6e1d6515944c53fc28d396f516be7b892aa8b173
parent2cc2278edf0403720397a33b0747e0aba9e6d420
target/xtensa: fix simcall for newer hardware

After Xtensa release RE.2 simcall opcode has become nop for the
hardware instead of illegal instruction.

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