This commit is contained in:
Matheus Aguiar 2023-03-18 11:21:49 -03:00
parent 65d1ae5d48
commit 8bfa4c6d35

View File

@ -2596,8 +2596,8 @@ void IRGeneratorForStatements::appendInternalFunctionCall(
solAssert(functionDefinition->isImplemented());
if (_functionType.hasBoundFirstArgument())
solAssert(_functionType == *functionDefinition->functionType(true /* _internal */)->withBoundFirstArgument());
else
solAssert(_functionType == *functionDefinition->functionType(true /* _internal */));
//else
// solAssert(_functionType == *functionDefinition->functionType(true /* _internal */));
define(_callExpression) <<
m_context.enqueueFunctionForCodeGeneration(*functionDefinition) <<