We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2621762 commit a58e5c5Copy full SHA for a58e5c5
1 file changed
src/stage2/lattice.jl
@@ -76,8 +76,8 @@ function Base.show(io::IO, info::FRuleCallInfo)
76
print(io, "FRuleCallInfo(", typeof(info.info), ", ", typeof(info.frule_call.info), ")")
77
end
78
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)
+function Cthulhu.process_info(interp::AbstractInterpreter, info::FRuleCallInfo, argtypes::Cthulhu.ArgTypes, @nospecialize(rt), optimize::Bool, @nospecialize(exct))
+ return Cthulhu.process_info(interp, info.info, argtypes, rt, optimize, exct)
81
82
83
0 commit comments