On 3/2/21 6:50 AM, Richard Henderson wrote:
> On 3/1/21 8:49 AM, Claudio Fontana wrote:
>> +#ifdef CONFIG_TCG
>> bool arm_cpu_exec_interrupt(CPUState *cs, int interrupt_request)
>> {
>> CPUClass *cc = CPU_GET_CLASS(cs);
>> @@ -607,6 +608,7 @@ bool arm_cpu_exec_interrupt(CPUState *cs, int
>> interrupt_request)
>> cc->tcg_ops->do_interrupt(cs);
>> return true;
>> }
>> +#endif /* CONFIG_TCG */
>
> Drop this and just wait for the move to tcg/tcg-cpu.c.
>
>
> r~
> Right, will do, thanks. C
