diff --git a/test/tools/ossfuzz/protoToYul.cpp b/test/tools/ossfuzz/protoToYul.cpp index 3f0f26f4c..70f0e3ec5 100644 --- a/test/tools/ossfuzz/protoToYul.cpp +++ b/test/tools/ossfuzz/protoToYul.cpp @@ -741,7 +741,7 @@ void ProtoConverter::visit(LowLevelCall const& _x) m_output << ", "; visit(_x.addr()); m_output << ", "; - if (type == LowLevelCall::CALL || LowLevelCall::CALLCODE) + if (type == LowLevelCall::CALL || type == LowLevelCall::CALLCODE) { visit(_x.wei()); m_output << ", ";