32-bit warning fix for cyg profile fast
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 22 Apr 2013 18:39:20 +0000 (14:39 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 22 Apr 2013 18:39:20 +0000 (14:39 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-cyg-profile/lttng-ust-cyg-profile-fast.h

index 5356760fa521d5e373dc365099ea951414004c63..0a6c67f969506fe43bae1ce80b66a7145603f7b1 100644 (file)
@@ -35,7 +35,8 @@ extern "C" {
 TRACEPOINT_EVENT(lttng_ust_cyg_profile_fast, func_entry,
        TP_ARGS(void *, func_addr),
        TP_FIELDS(
-               ctf_integer_hex(void *, addr, func_addr)
+               ctf_integer_hex(unsigned long, addr,
+                       (unsigned long) func_addr)
        )
 )
 
This page took 0.024992 seconds and 4 git commands to generate.