diff --git a/src/abstractinterpretation.jl b/src/abstractinterpretation.jl index 30ba708fe..e87fdb435 100644 --- a/src/abstractinterpretation.jl +++ b/src/abstractinterpretation.jl @@ -126,11 +126,11 @@ end function CC.abstract_call_method_with_const_args(interp::JETInterpreter, @nospecialize(rettype), @nospecialize(f), argtypes::Vector{Any}, match::MethodMatch, - sv::InferenceState, edgecycle::Bool, + sv::InferenceState, edgecycle::Bool, edgelimited::Bool, va_override::Bool) result, inf_result = @invoke abstract_call_method_with_const_args(interp::AbstractInterpreter, @nospecialize(rettype), @nospecialize(f), argtypes::Vector{Any}, match::MethodMatch, - sv::InferenceState, edgecycle::Bool, + sv::InferenceState, edgecycle::Bool, edgelimited::Bool, va_override::Bool) if isa(inf_result, InferenceResult)