From c73b5f22f357e1726254ffe7550ab6510c14aad9 Mon Sep 17 00:00:00 2001 From: compudj Date: Mon, 15 Oct 2007 15:48:52 +0000 Subject: [PATCH] fix nb syscalls in table git-svn-id: http://ltt.polymtl.ca/svn@2677 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/lttv/state.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ltt/branches/poly/lttv/lttv/state.c b/ltt/branches/poly/lttv/lttv/state.c index fe9c640b..c23c193a 100644 --- a/ltt/branches/poly/lttv/lttv/state.c +++ b/ltt/branches/poly/lttv/lttv/state.c @@ -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); -- 2.34.1