target-microblaze: Break out trap_illegal()
commit9ba8cd452bb48ad63e2878f8ebef4cfb18f46812
authorEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Sat, 14 Apr 2018 16:41:24 +0000 (14 18:41 +0200)
committerEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Tue, 29 May 2018 07:35:14 +0000 (29 09:35 +0200)
treed8054942a61022e36cbb4fb10dea907822f36392
parentbdfc1e886939f06b94f4fee3105a41dbd20a97db
target-microblaze: Break out trap_illegal()

Break out trap_illegal() to handle illegal operation traps.
We now generally stop translation of the current insn if
it's not valid.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
target/microblaze/translate.c