Escape ? to silence GCC warning about trigraphs.

llvm-svn: 224863
This commit is contained in:
Daniel Jasper 2014-12-26 18:21:34 +00:00
parent c4b12166f2
commit 1e8eafd6c8
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ void DumpProcessMap() {
(void *)((uptr)mi.lpBaseOfDll + mi.SizeOfImage),
got_module_name ? module_name : "[no name]");
} else if (got_module_name) {
Printf("\t???-??? %s\n", module_name);
Printf("\t??\?-??? %s\n", module_name);
} else {
Printf("\t???\n");
}