Skip to content

Commit d2753d8

Browse files
committed
fixup rebase error in "split SourceInfo out of LambdaInfo"
ref fix #18404
1 parent c44408d commit d2753d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gf.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ static jl_method_instance_t *jl_mt_assoc_by_type(jl_methtable_t *mt, jl_datatype
829829
sig = join_tsig(tt, entry->sig);
830830
jl_method_instance_t *nf;
831831
if (!cache) {
832-
nf = jl_get_specialized(m, sig, env); // TODO: should be jl_specializations_get_linfo
832+
nf = jl_specializations_get_linfo(m, sig, env);
833833
}
834834
else {
835835
nf = cache_method(mt, &mt->cache, (jl_value_t*)mt, sig, tt, entry, env, allow_exec);

0 commit comments

Comments
 (0)