diff options
Diffstat (limited to 'runtime/libprofile/FunctionProfiling.c')
-rw-r--r-- | runtime/libprofile/FunctionProfiling.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/libprofile/FunctionProfiling.c b/runtime/libprofile/FunctionProfiling.c index 5f9c4f2e38..d030053094 100644 --- a/runtime/libprofile/FunctionProfiling.c +++ b/runtime/libprofile/FunctionProfiling.c @@ -25,7 +25,7 @@ static unsigned NumElements; static void FuncProfAtExitHandler() { /* Just write out the data we collected. */ - write_profiling_data(Function, ArrayStart, NumElements); + write_profiling_data(FunctionInfo, ArrayStart, NumElements); } |