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