style fixes

This commit is contained in:
Liana Husikyan
2015-06-01 13:06:12 +02:00
parent 0f323b1ef4
commit 16a2ffde80
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1104,8 +1104,9 @@ void ExpressionCompiler::appendExternalFunctionCall(
else
m_context << eth::Instruction::CALL;
//Propagate error condition (if CALL pushes 0 on stack).
m_context << eth::Instruction::ISZERO;
auto tag = m_context.appendConditionalJumpTo(m_context.errorTag());// if CALL leaves 0.
auto tag = m_context.appendConditionalJumpTo(m_context.errorTag());
if (_functionType.valueSet())
m_context << eth::Instruction::POP;