MIPS: Throw OverflowException if Int32.MinValue is divided by -1
[mono.git] / mono / utils / mono-value-hash.c
index d91f820f19b90ba2868977e608409c74ca4cfa3b..adae6f06cad706c00eb40512f3490e3519b09704 100644 (file)
@@ -215,7 +215,7 @@ mono_value_hash_table_insert_replace (MonoValueHashTable *hash, gpointer key, gp
        Slot *s;
        guint s_index;
        GEqualFunc equal;
-       guint first_tombstone;
+       guint first_tombstone = 0;
        gboolean have_tombstone = FALSE;
        guint step = 0;