Revision a12c668f

b/simpletrace.c
214 214
    unsigned int i;
215 215

  
216 216
    for (i = 0; i < trace_idx; i++) {
217
        stream_printf(stream, "Event %lu : %lx %lx %lx %lx %lx\n",
217
        stream_printf(stream, "Event %" PRIu64 " : %" PRIx64 " %" PRIx64
218
                      " %" PRIx64 " %" PRIx64 " %" PRIx64 " %" PRIx64 "\n",
218 219
                      trace_buf[i].event, trace_buf[i].x1, trace_buf[i].x2,
219
                      trace_buf[i].x3, trace_buf[i].x4, trace_buf[i].x5);
220
                      trace_buf[i].x3, trace_buf[i].x4, trace_buf[i].x5,
221
                      trace_buf[i].x6);
220 222
    }
221 223
}
222 224

  

Also available in: Unified diff