From: compudj Date: Fri, 11 Nov 2005 20:08:35 +0000 (+0000) Subject: force inlining X-Git-Tag: v0.12.20~2162 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=53f58ee16c394d0910455d13447b473fdc7f2bf2;p=lttv.git force inlining git-svn-id: http://ltt.polymtl.ca/svn@1327 04897980-b3bd-0310-b5e0-8ef037075253 --- 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. */