force inlining
[lttv.git] / 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.022625 seconds and 4 git commands to generate.