aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/libprofile/FunctionProfiling.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/libprofile/FunctionProfiling.c')
-rw-r--r--runtime/libprofile/FunctionProfiling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/libprofile/FunctionProfiling.c b/runtime/libprofile/FunctionProfiling.c
index 5f9c4f2..d030053 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);
}