start fixing the f1 f2 f3 refs
[lttv.git] / ltt / branches / poly / lttv / lttv / state.c
index 9450d8bce16397c230dfbd2a7bfb797b0c1854e2..a4532f57642053a4086b65e0c01fd94ce63c98ca 100644 (file)
@@ -2150,7 +2150,7 @@ static gboolean syscall_entry(void *hook_data, void *call_data)
   LttvProcessState *process = ts->running_process[cpu];
   LttEvent *e = ltt_tracefile_get_event(s->parent.tf);
   LttvTraceHook *th = (LttvTraceHook *)hook_data;
-  struct marker_field *f = th->f1;
+  struct marker_field *f = lttv_trace_get_hook_field(th, 0);
 
   LttvExecutionSubmode submode;
 
This page took 0.022615 seconds and 4 git commands to generate.