]> git.proxmox.com Git - mirror_qemu.git/blobdiff - cmd.c
target-alpha: Add custom PALcode image for CLIPPER emulation.
[mirror_qemu.git] / cmd.c
diff --git a/cmd.c b/cmd.c
index ecca167399bc817358430ad4d730c0d309a9d1a0..f77897e00a6e37f8981c306f835978f0283b6601 100644 (file)
--- a/cmd.c
+++ b/cmd.c
@@ -389,7 +389,7 @@ cvtnum(
        if (sp[1] != '\0')
                return -1LL;
 
-       c = tolower(*sp);
+       c = qemu_tolower(*sp);
        switch (c) {
        default:
                return i;