Index: /trunk/lib/generic_llsc_global_table/include/generic_llsc_global_table.h
===================================================================
--- /trunk/lib/generic_llsc_global_table/include/generic_llsc_global_table.h	(revision 381)
+++ /trunk/lib/generic_llsc_global_table/include/generic_llsc_global_table.h	(revision 382)
@@ -302,7 +302,6 @@
     {
         #define L2 soclib::common::uint32_log2
-        assert(nb_procs > 1); //nb_procs must be more than 1
-        //TODO >= or > ?
-        assert(nb_slots >= L2(nb_procs)); // nb_slot cannot be less then log2(nb_procs)
+        assert(nb_procs > 1); 
+        assert((int)nb_slots >= L2(nb_procs));
         #undef L2
         init();
