Skip to content

Commit

Permalink
follow up
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Jul 3, 2024
1 parent 26466c5 commit cb2c460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analyzers/jetanalyzer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ function (::SoundBasicPass)(::Type{GeneratorErrorReport}, analyzer::JETAnalyzer,
if isdefined(m, :generator)
# analyze_method_instance!(analyzer, linfo) XXX doesn't work
CC.may_invoke_generator(mi) || return false
world = get_inference_world(interp)
world = get_inference_world(analyzer)
try
@static if VERSION v"1.11-"
@ccall jl_code_for_staged(mi::Any, world::UInt)::Any
Expand Down

0 comments on commit cb2c460

Please sign in to comment.