fix nb syscalls in table
[lttv.git] / ltt / branches / poly / lttv / lttv / state.c
index fe9c640b700a248a0becce63ddf56bdf6dd79fb8..c23c193a510eb373cc08baaa5d7564f4b28dfeef 100644 (file)
@@ -1656,6 +1656,7 @@ create_name_tables(LttvTraceState *tcs)
 //      }
 //    }
 
+    name_tables->nb_syscalls = 256;
     name_tables->syscall_names = g_new(GQuark, 256);
     for(i = 0 ; i < 256 ; i++) {
       g_string_printf(fe_name, "syscall %d", i);
This page took 0.022845 seconds and 4 git commands to generate.