|
@ -1117,7 +1117,8 @@ void ExpressionCompiler::appendExternalFunctionCall( |
|
|
else |
|
|
else |
|
|
m_context << eth::Instruction::CALL; |
|
|
m_context << eth::Instruction::CALL; |
|
|
|
|
|
|
|
|
unsigned remainsSize = 1 + // contract address
|
|
|
unsigned remainsSize = |
|
|
|
|
|
1 + // contract address
|
|
|
_functionType.valueSet() + |
|
|
_functionType.valueSet() + |
|
|
_functionType.gasSet() + |
|
|
_functionType.gasSet() + |
|
|
!_functionType.isBareCall(); |
|
|
!_functionType.isBareCall(); |
|
|