Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Profiler: Fix var args not being passed to callback register function
Fixes #6517
  • Loading branch information
rubenwardy committed Oct 14, 2017
1 parent b97b9a5 commit 9f3a585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/profiler/instrumentation.lua
Expand Up @@ -133,7 +133,7 @@ local function instrument_register(func, func_name)
return func(instrument {
func = callback,
func_name = register_name
}), ...
}, ...)
end
end

Expand Down

0 comments on commit 9f3a585

Please sign in to comment.