Fix assert string to be more informative.

llvm-svn: 146061
This commit is contained in:
Jim Ingham
2011-12-07 20:10:58 +00:00
parent 4a04a56a36
commit b35274095c

View File

@@ -994,7 +994,7 @@ GetOpcodeDataSize (const DataExtractor &data, const uint32_t data_offset, const
default:
{
Host::SetCrashDescriptionWithFormat ("Unhandled DW_OP_XXX opcode: %d, add support for it.", op);
assert (!"Unhandled DW_OP_XXX opcode: %d, add support for it.");
assert (!"Unhandled DW_OP_XXX opcode - look for actual value in Crash Description string.");
}
break;
}