user-exec: remove cpu_interrupt() stub

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2025-08-29 12:49:00 +02:00
parent bd1cefdd9f
commit 11a73c6ea3

View file

@ -46,11 +46,6 @@ __thread uintptr_t helper_retaddr;
//#define DEBUG_SIGNAL
void cpu_interrupt(CPUState *cpu, int mask)
{
g_assert_not_reached();
}
/*
* Adjust the pc to pass to cpu_restore_state; return the memop type.
*/