update for 64 bits
[lttv.git] / 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.023623 seconds and 4 git commands to generate.