On 09/22/2017 11:00 AM, Peter Maydell wrote: > When we added support for the new SHCSR bits in v8M in commit > 437d59c17e9 the code to support writing to the new HARDFAULTPENDED > bit was accidentally only added for non-secure writes; the > secure banked version of the bit should also be writable. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > hw/intc/armv7m_nvic.c | 1 + > 1 file changed, 1 insertion(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~