]> git.proxmox.com Git - mirror_qemu.git/commit
target/xtensa: extract test for syscall instruction
authorMax Filippov <jcmvbkbc@gmail.com>
Tue, 28 Aug 2018 05:18:48 +0000 (22:18 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Mon, 1 Oct 2018 18:08:35 +0000 (11:08 -0700)
commit4c6ec5f3cd88cb27a4e40a480b34e433a725dc05
tree970d4c7ffa4c88046e7872beaf64e7eee823d809
parent21a2dad5c40d9f1b3f82e73c9fcc35166ef4d57c
target/xtensa: extract test for syscall instruction

- mark syscall instruction;
- put syscall exception check right after privileged exception check;

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