On 9/1/21 6:19 PM, Philippe Mathieu-Daudé wrote:
@@ -3282,6 +3282,59 @@ static void mtree_info_flatview(bool dispatch_tree, bool 
owner)
      /* Free */
      g_hash_table_foreach_remove(views, mtree_info_flatview_free, 0);
      g_hash_table_unref(views);
+
+    return;
+}

Bogus.

+    return g_strcmp0(as_a->name, as_b->name);
+}
+static void mtree_print_as_name(gpointer data, gpointer user_data)

Mind the missing vertical whitespace.

Otherwise,
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to