accel: Remove unnecessary 'inline' qualifier in remove_all_breakpoints
Signed-off-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com> Reviewed-by: Daniel Henrique Barboza <daniel.barboza@oss.qualcomm.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20260705215729.62196-22-philmd@oss.qualcomm.com>
Philippe Mathieu-Daudé committed
Jun 26, 2026 at 16:40 UTC
9dfa834009e14c85da93db7f767aad53a189c815
1 file changed
+1
-1
accel/tcg/tcg-accel-ops.c
+1
-1
@@ -188,7 +188,7 @@ static int tcg_remove_breakpoint(CPUState *cs, int type, vaddr addr, vaddr len)
188
}
189
}
190
191
-static inline void tcg_remove_all_breakpoints(CPUState *cpu)
191
+static void tcg_remove_all_breakpoints(CPUState *cpu)
192
{
193
cpu_breakpoint_remove_all(cpu, BP_GDB);
194
cpu_watchpoint_remove_all(cpu, BP_GDB);