From 05d140d809ad13cc53e5167e7a3b9057ab57cdce Mon Sep 17 00:00:00 2001 From: Shuhei Kadowaki Date: Sat, 24 Apr 2021 00:29:36 +0900 Subject: [PATCH] update to https://github.com/JuliaLang/julia/pull/40561 Co-Authored-By: Keno Fisher --- src/abstractinterpretation.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)