mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Style.
This commit is contained in:
parent
5a9d01b815
commit
651d755e56
@ -1117,10 +1117,11 @@ void ExpressionCompiler::appendExternalFunctionCall(
|
|||||||
else
|
else
|
||||||
m_context << eth::Instruction::CALL;
|
m_context << eth::Instruction::CALL;
|
||||||
|
|
||||||
unsigned remainsSize = 1 + // contract address
|
unsigned remainsSize =
|
||||||
_functionType.valueSet() +
|
1 + // contract address
|
||||||
_functionType.gasSet() +
|
_functionType.valueSet() +
|
||||||
!_functionType.isBareCall();
|
_functionType.gasSet() +
|
||||||
|
!_functionType.isBareCall();
|
||||||
|
|
||||||
if (returnSuccessCondition)
|
if (returnSuccessCondition)
|
||||||
m_context << eth::swapInstruction(remainsSize);
|
m_context << eth::swapInstruction(remainsSize);
|
||||||
|
Loading…
Reference in New Issue
Block a user