Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Compiler/src/abstractinterpretation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3457,7 +3457,7 @@ function abstract_eval_nonlinearized_foreigncall_name(
callresult = Future{CallMeta}()
i::Int = 1
nextstate::UInt8 = 0x0
local ai, res
local ai::Future, res::Future
function evalargs(interp, sv)
if nextstate === 0x1
@goto state1
Expand Down