Allow mapping arguments for public and external library functions.

This commit is contained in:
Daniel Kirchner
2018-11-26 16:31:46 +01:00
committed by chriseth
parent f6d8810103
commit 30e6f8d3fb
11 changed files with 106 additions and 27 deletions
@@ -1873,6 +1873,8 @@ void ExpressionCompiler::appendExternalFunctionCall(
retSize = 0;
break;
}
else if (retType->decodingType())
retSize += retType->decodingType()->calldataEncodedSize();
else
retSize += retType->calldataEncodedSize();
}