diff options
Diffstat (limited to 'gprofng/libcollector/profile.c')
-rw-r--r-- | gprofng/libcollector/profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprofng/libcollector/profile.c b/gprofng/libcollector/profile.c index 996d3f0..ee9fb7d 100644 --- a/gprofng/libcollector/profile.c +++ b/gprofng/libcollector/profile.c @@ -268,7 +268,7 @@ __collector_ext_profile_handler (siginfo_t *info, ucontext_t *context) /* assume this case is rare, and accept overhead of creating dummy_uc */ TprintfT (0, "collector_profile_handler: ERROR: got NULL context!\n"); context = &uctxmem; - getcontext (context); /* initialize dummy context */ + CALL_UTIL (getcontext) (context); /* initialize dummy context */ SETFUNCTIONCONTEXT (context, &__collector_lost_profile_context); } ClockPacket pckt; |