On 3 December 2015 at 00:18, Michael Davidsaver wrote:
> No need to bounce through EXCP_IRQ handling
> for non-IRQ exceptions. just update CPU
> state directly.
> ---
> target-arm/helper.c | 13 +++--
> 1 file changed, 7 insertions(+), 6 deletions(-)
This commit takes my stellaris test
No need to bounce through EXCP_IRQ handling
for non-IRQ exceptions. just update CPU
state directly.
---
target-arm/helper.c | 13 +++--
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/target-arm/helper.c b/target-arm/helper.c
index 7b76f32..4490b74 100644
--- a/target-arm/he