]> git.proxmox.com Git - mirror_qemu.git/blobdiff - gdbstub.c
Use qemu.org domain name
[mirror_qemu.git] / gdbstub.c
index f936ddd32dab77cafe2edb38ccfdfddbed14b490..2a94030d3b6e27d543213610b394e0241115f70c 100644 (file)
--- a/gdbstub.c
+++ b/gdbstub.c
@@ -911,7 +911,7 @@ static int gdb_handle_vcont(GDBState *s, const char *p)
 
         cur_action = *p++;
         if (cur_action == 'C' || cur_action == 'S') {
-            cur_action = tolower(cur_action);
+            cur_action = qemu_tolower(cur_action);
             res = qemu_strtoul(p + 1, &p, 16, &tmp);
             if (res) {
                 goto out;