Better assert message for appendInlineAssembnly

This commit is contained in:
Alex Beregszaszi
2016-12-11 17:57:15 +01:00
committed by chriseth
parent b93589b3b6
commit 4a11200a27
+1 -1
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(