diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-08-29 12:49:00 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-09-17 19:00:55 +0200 |
| commit | 11a73c6ea37483f7be85f6afebb4334d97d3050c (patch) | |
| tree | 5f584228a7b8af7c2b731d3fc523d9bb52946580 | |
| parent | bd1cefdd9f18bfbdcb597d7d552fbf31dee47a28 (diff) | |
| download | focaccia-qemu-11a73c6ea37483f7be85f6afebb4334d97d3050c.tar.gz focaccia-qemu-11a73c6ea37483f7be85f6afebb4334d97d3050c.zip | |
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>
| -rw-r--r-- | accel/tcg/user-exec.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/accel/tcg/user-exec.c b/accel/tcg/user-exec.c index 748bfab04a..66c25fba7d 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. */ |