mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
gdbstub: spelling fix: respectivelly
Fixes: 761e3c1088
"gdbstub: fixes cases where wrong threads were reported to GDB on SIGINT"
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
@ -692,7 +692,7 @@ static int gdb_handle_vcont(const char *p)
|
|||||||
/*
|
/*
|
||||||
* target_count and last_target keep track of how many CPUs we are going to
|
* target_count and last_target keep track of how many CPUs we are going to
|
||||||
* step or resume, and a pointer to the state structure of one of them,
|
* step or resume, and a pointer to the state structure of one of them,
|
||||||
* respectivelly
|
* respectively
|
||||||
*/
|
*/
|
||||||
int target_count = 0;
|
int target_count = 0;
|
||||||
CPUState *last_target = NULL;
|
CPUState *last_target = NULL;
|
||||||
|
Reference in New Issue
Block a user