forked from OSchip/llvm-project
Small format fix
Differential Revision: https://reviews.llvm.org/D66034 llvm-svn: 368497
This commit is contained in:
parent
a20a59d87a
commit
575ce5da7d
|
@ -314,7 +314,7 @@ const char *StopInfoMachException::GetDescription() {
|
|||
subcode_label = "unused";
|
||||
break;
|
||||
#if defined(RESOURCE_TYPE_IO)
|
||||
// RESOURCE_TYPE_IO is introduced in macOS SDK 10.12.
|
||||
// RESOURCE_TYPE_IO is introduced in macOS SDK 10.12.
|
||||
case RESOURCE_TYPE_IO:
|
||||
exc_desc = "EXC_RESOURCE RESOURCE_TYPE_IO";
|
||||
snprintf(code_desc_buf, sizeof(code_desc_buf), "%d MB",
|
||||
|
|
Loading…
Reference in New Issue