mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Some tests and bugfixes for the compiler.
This commit is contained in:
@@ -264,6 +264,7 @@ void ExpressionCompiler::appendAndOrOperatorCode(BinaryOperation& _binaryOperati
|
||||
if (op == Token::AND)
|
||||
m_context << eth::Instruction::ISZERO;
|
||||
eth::AssemblyItem endLabel = m_context.appendConditionalJump();
|
||||
m_context << eth::Instruction::POP;
|
||||
_binaryOperation.getRightExpression().accept(*this);
|
||||
m_context << endLabel;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user