target-arm: BKPT instructions should raise prefetch aborts with IFSR type 00010
Signed-off-by: Alex Zuepke <azuepke@sysgo.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
568fffe353
commit
81c05daf08
@ -848,6 +848,7 @@ void do_interrupt(CPUARMState *env)
|
||||
return;
|
||||
}
|
||||
}
|
||||
env->cp15.c5_insn = 2;
|
||||
/* Fall through to prefetch abort. */
|
||||
case EXCP_PREFETCH_ABORT:
|
||||
new_mode = ARM_CPU_MODE_ABT;
|
||||
|
Loading…
Reference in New Issue
Block a user