Skip to content

Commit

Permalink
Re-fix #288 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Jul 26, 2019
1 parent f44a2c7 commit f9ebc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interpret.jl
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ function evaluate_call_recurse!(@nospecialize(recurse), frame::Frame, call_expr:
if lenv === nothing
if isa(framecode, Compiled)
popfirst!(fargs) # now it's really just `args`
return f(fargs...)
return Base.invokelatest(f, fargs...)
end
return framecode # this was a Builtin
end
Expand Down

0 comments on commit f9ebc94

Please sign in to comment.