mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Better assert message for appendInlineAssembnly
This commit is contained in:
parent
b93589b3b6
commit
4a11200a27
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user