Profiler: Fix var args not being passed to callback register function

Fixes #6517
This commit is contained in:
rubenwardy 2017-10-14 18:28:56 +01:00 committed by Nils Dagsson Moskopp
parent a06be5551d
commit da24020ff0
Signed by: erle
GPG Key ID: A3BC671C35191080
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ local function instrument_register(func, func_name)
return func(instrument {
func = callback,
func_name = register_name
}), ...
}, ...)
end
end