From 8bfa4c6d35519ebc0461371ad44a220071b4e919 Mon Sep 17 00:00:00 2001 From: Matheus Aguiar Date: Sat, 18 Mar 2023 11:21:49 -0300 Subject: [PATCH] Testing --- libsolidity/codegen/ir/IRGeneratorForStatements.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsolidity/codegen/ir/IRGeneratorForStatements.cpp b/libsolidity/codegen/ir/IRGeneratorForStatements.cpp index 12d757779..16d725cdc 100644 --- a/libsolidity/codegen/ir/IRGeneratorForStatements.cpp +++ b/libsolidity/codegen/ir/IRGeneratorForStatements.cpp @@ -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) <<