commit | 314e2296dc945e286b605563d7b6e6b269d29816 | [log] [tgz] |
---|---|---|
author | Alex_Rozenman@mentor.com <Alex_Rozenman@mentor.com> | Fri Jan 11 15:21:22 2013 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri Jan 11 15:21:22 2013 +0000 |
tree | 04b83865b48e069e6aa1fd60c21c37362d8f4ea4 | |
parent | 918fd0839eeafc83bd4984364321a947d29041fe [diff] |
target-arm: Fix SWI (SVC) instruction in M profile. When do_interrupt_v7m is called with EXCP_SWI, the PC already points to the next instruction. Don't modify it here. Signed-off-by: Alex Rozenman <Alex_Rozenman@mentor.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>