diff options
Diffstat (limited to 'compiler-rt')
| -rw-r--r-- | compiler-rt/lib/sanitizer_common/sanitizer_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_win.cc b/compiler-rt/lib/sanitizer_common/sanitizer_win.cc index e9fb8fe17e7..e0f92e8b55d 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_win.cc +++ b/compiler-rt/lib/sanitizer_common/sanitizer_win.cc @@ -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"); } |

