force inlining
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 11 Nov 2005 20:08:35 +0000 (20:08 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 11 Nov 2005 20:08:35 +0000 (20:08 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1327 04897980-b3bd-0310-b5e0-8ef037075253

genevent-new/gentest.c

index f7dfca959053d1eaeda222bb43b47010cb4e63fa..1dc4503d6e0ad8f70f2864c26908cb97466cc54e 100644 (file)
@@ -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. */
This page took 0.023977 seconds and 4 git commands to generate.