Remove immediate values code (non-effective anyway)
[ust.git] / libust / tracectl.c
index 414162c1df96ad0a03586496a10bfce7d6113dc0..9634f2270d58790cf088ef69e39b63e664ca5956 100644 (file)
@@ -110,7 +110,7 @@ static void print_ust_marker(FILE *fp)
                fprintf(fp, "ust_marker: %s/%s %d \"%s\" %p\n",
                        (*iter.ust_marker)->channel,
                        (*iter.ust_marker)->name,
-                       (int)imv_read((*iter.ust_marker)->state),
+                       (int)(*iter.ust_marker)->state,
                        (*iter.ust_marker)->format,
                        (*iter.ust_marker)->location);
                ust_marker_iter_next(&iter);
This page took 0.021786 seconds and 4 git commands to generate.