Skip to content

Commit

Permalink
fixup rebase error in "split SourceInfo out of LambdaInfo"
Browse files Browse the repository at this point in the history
ref fix #18404
  • Loading branch information
vtjnash committed Oct 3, 2016
1 parent 785adca commit 39d3699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gf.c
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ static jl_method_instance_t *jl_mt_assoc_by_type(jl_methtable_t *mt, jl_datatype
sig = join_tsig(tt, entry->sig);
jl_method_instance_t *nf;
if (!cache) {
nf = jl_get_specialized(m, sig, env); // TODO: should be jl_specializations_get_linfo
nf = jl_specializations_get_linfo(m, sig, env);
}
else {
nf = cache_method(mt, &mt->cache, (jl_value_t*)mt, sig, tt, entry, env, allow_exec);
Expand Down

0 comments on commit 39d3699

Please sign in to comment.