From 13059e8417b063b84a34c5e17f4b91025fa81bcd Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 6 Apr 2007 03:09:51 +0000 Subject: [PATCH] update for 64 bits git-svn-id: http://ltt.polymtl.ca/svn@2478 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/lttv/state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltt/branches/poly/lttv/lttv/state.c b/ltt/branches/poly/lttv/lttv/state.c index 857fc931..9f47363e 100644 --- a/ltt/branches/poly/lttv/lttv/state.c +++ b/ltt/branches/poly/lttv/lttv/state.c @@ -2271,7 +2271,7 @@ static gboolean process_kernel_thread(void *hook_data, void *call_data) LttvExecutionState *es; /* PID */ - pid = ltt_event_get_unsigned(e, thf->f1); + pid = ltt_event_get_long_unsigned(e, thf->f1); s->parent.target_pid = pid; process = lttv_state_find_process(ts, ANY_CPU, pid); -- 2.34.1