target-xtensa: implement exceptions
commit40643d7c0fe4dc967ebc2f75e6758a4649776949
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 5 Sep 2011 23:55:41 +0000 (6 03:55 +0400)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 10 Sep 2011 16:57:38 +0000 (10 16:57 +0000)
tree6fae13c6f2190389f1c0c78288f3037dc0d65d26
parentf0a548b93da07b6546e4f8178a93c47284a27d05
target-xtensa: implement exceptions

- mark privileged opcodes with ring check;
- make debug exception on exception handler entry.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
cpu-exec.c
target-xtensa/cpu.h
target-xtensa/helper.c
target-xtensa/helpers.h
target-xtensa/op_helper.c
target-xtensa/translate.c