Better assert message for appendInlineAssembnly

This commit is contained in:
Alex Beregszaszi 2016-12-03 00:21:29 +00:00 committed by chriseth
parent b93589b3b6
commit 4a11200a27

View File

@ -217,7 +217,7 @@ void CompilerContext::appendInlineAssembly(
return true;
};
solAssert(assembly::InlineAssemblyStack().parseAndAssemble(*assembly, *m_asm, identifierAccess), "");
solAssert(assembly::InlineAssemblyStack().parseAndAssemble(*assembly, *m_asm, identifierAccess), "Failed to assemble inline assembly block.");
}
FunctionDefinition const& CompilerContext::resolveVirtualFunction(