From 53f58ee16c394d0910455d13447b473fdc7f2bf2 Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 11 Nov 2005 20:08:35 +0000 Subject: [PATCH] force inlining git-svn-id: http://ltt.polymtl.ca/svn@1327 04897980-b3bd-0310-b5e0-8ef037075253 --- genevent-new/gentest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genevent-new/gentest.c b/genevent-new/gentest.c index f7dfca95..1dc4503d 100644 --- a/genevent-new/gentest.c +++ b/genevent-new/gentest.c @@ -398,7 +398,7 @@ static inline void lttng_write_mystruct( /* Variable length field */ lttng_write_sequence_mystruct_mysequence(to_base, to, from, len, &obj->mysequence); - *to = 0; /* Force the compiler to know it's 0 */ + //*to = 0; /* Force the compiler to know it's 0 */ /* After this previous write, we are sure that *to is 0, and *to_base is * aligned on the architecture size : to rest of alignment will be calculated * statically. */ -- 2.34.1