mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Encode storage items correctly for library calls.
This commit is contained in:
@@ -1179,7 +1179,8 @@ void ExpressionCompiler::appendExternalFunctionCall(
|
||||
argumentTypes,
|
||||
_functionType.parameterTypes(),
|
||||
_functionType.padArguments(),
|
||||
_functionType.takesArbitraryParameters()
|
||||
_functionType.takesArbitraryParameters(),
|
||||
isCallCode
|
||||
);
|
||||
|
||||
// Stack now:
|
||||
|
||||
Reference in New Issue
Block a user