On Wed, 3 Apr 2019 at 04:52, Richard Henderson
wrote:
>
> Cc: Anthony Green
> Signed-off-by: Richard Henderson
> ---
>
> -#if defined(CONFIG_USER_ONLY)
> -
> -void moxie_cpu_do_interrupt(CPUState *cs)
> -{
> -CPUState *cs = CPU(moxie_env_get_cpu(env));
> -
> -cs->exception_index = -1;
>
Cc: Anthony Green
Signed-off-by: Richard Henderson
---
target/moxie/cpu.h| 5 ++--
target/moxie/cpu.c| 5 ++--
target/moxie/helper.c | 61 ++-
3 files changed, 19 insertions(+), 52 deletions(-)
diff --git a/target/moxie/cpu.h b/target/moxie/cpu.