From: Paolo Bonzini Date: Fri, 29 Aug 2025 10:49:00 +0000 (+0200) Subject: user-exec: remove cpu_interrupt() stub X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11a73c6ea37483f7be85f6afebb4334d97d3050c;p=thirdparty%2Fqemu.git user-exec: remove cpu_interrupt() stub Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Signed-off-by: Paolo Bonzini --- diff --git a/accel/tcg/user-exec.c b/accel/tcg/user-exec.c index 748bfab04a7..66c25fba7dd 100644 --- a/accel/tcg/user-exec.c +++ b/accel/tcg/user-exec.c @@ -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. */