nvic: Make ICSR.RETTOBASE handle banked exceptions
commit028b0da424ba85049557c61f9f0a8a6698352b41
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 12 Sep 2017 18:13:53 +0000 (12 19:13 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 21 Sep 2017 15:29:27 +0000 (21 16:29 +0100)
treec1346ed553f76c0c2842d58317aac34067941a3b
parent3b2e934463121f06d04e4d17658a9a7cdc3717b0
nvic: Make ICSR.RETTOBASE handle banked exceptions

Update the code in nvic_rettobase() so that it checks the
sec_vectors[] array as well as the vectors[] array if needed.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 1505240046-11454-7-git-send-email-peter.maydell@linaro.org
hw/intc/armv7m_nvic.c