update for 64 bits
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 6 Apr 2007 03:09:51 +0000 (03:09 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 6 Apr 2007 03:09:51 +0000 (03:09 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2478 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/lttv/state.c

index 857fc9314dba201478f18d8690f1b303d552d739..9f47363ed5f0035c0954a0d3c8dbfe067385f80a 100644 (file)
@@ -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);
This page took 0.025359 seconds and 4 git commands to generate.