From 25f34eb70839972a51d4a4faa09d596d94e812d5 Mon Sep 17 00:00:00 2001 From: Philippe Mathieu-Daudé Date: Wed, 13 Mar 2024 21:09:38 +0100 Subject: gdbstub: Correct invalid mentions of 'softmmu' by 'system' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Thomas Huth Reviewed-by: Richard Henderson Message-Id: <20240313213339.82071-3-philmd@linaro.org> --- gdbstub/system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdbstub/system.c') diff --git a/gdbstub/system.c b/gdbstub/system.c index 83fd452800..a3ce384cd1 100644 --- a/gdbstub/system.c +++ b/gdbstub/system.c @@ -1,5 +1,5 @@ /* - * gdb server stub - softmmu specific bits + * gdb server stub - system specific bits * * Debug integration depends on support from the individual * accelerators so most of this involves calling the ops helpers. -- cgit 1.4.1