> +#elif defined(TARGET_XTENSA)
> +                    if (interrupt_request & CPU_INTERRUPT_HARD) {
> +                        env->exception_index = EXC_IRQ;
> +                        do_interrupt(env);
> +                        next_tb = 0;
> +                    }

Looks like I've moved this hunk here from 'target-xtensa: implement
exceptions' by mistake ): It will not compile until then.

Thanks.
-- Max

Reply via email to