Skip to content

Commit b21efef

Browse files
authored
Merge pull request #268 from JuliaDiff/kf/cthulhuexct
Adjust to Cthulhu API change
2 parents 2621762 + a58e5c5 commit b21efef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stage2/lattice.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ function Base.show(io::IO, info::FRuleCallInfo)
7676
print(io, "FRuleCallInfo(", typeof(info.info), ", ", typeof(info.frule_call.info), ")")
7777
end
7878

79-
function Cthulhu.process_info(interp::AbstractInterpreter, info::FRuleCallInfo, argtypes::Cthulhu.ArgTypes, @nospecialize(rt), optimize::Bool)
80-
return Cthulhu.process_info(interp, info.info, argtypes, rt, optimize)
79+
function Cthulhu.process_info(interp::AbstractInterpreter, info::FRuleCallInfo, argtypes::Cthulhu.ArgTypes, @nospecialize(rt), optimize::Bool, @nospecialize(exct))
80+
return Cthulhu.process_info(interp, info.info, argtypes, rt, optimize, exct)
8181
end
8282

8383

0 commit comments

Comments
 (0)