mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Split line.
This commit is contained in:
@@ -224,7 +224,9 @@ CompilerContext& CompilerContext::appendConditionalInvalid()
|
||||
{
|
||||
*this << Instruction::ISZERO;
|
||||
eth::AssemblyItem afterTag = appendConditionalJump();
|
||||
return *this << Instruction::INVALID << afterTag;
|
||||
*this << Instruction::INVALID;
|
||||
*this << afterTag;
|
||||
return *this;
|
||||
}
|
||||
|
||||
void CompilerContext::resetVisitedNodes(ASTNode const* _node)
|
||||
|
||||
Reference in New Issue
Block a user