gdbstub: Correct invalid mentions of 'softmmu' by 'system'

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240313213339.82071-3-philmd@linaro.org>
This commit is contained in:
Philippe Mathieu-Daudé 2024-03-13 21:09:38 +01:00
parent 93019696aa
commit 25f34eb708
2 changed files with 11 additions and 11 deletions

View file

@ -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.