]> granicus.if.org Git - gc/commit
Add assertion on number_of_objs to GC_extend_size_map
authorIvan Maidanski <ivmai@mail.ru>
Sat, 16 Feb 2013 19:42:24 +0000 (23:42 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sat, 16 Feb 2013 19:42:24 +0000 (23:42 +0400)
commit5411aaba03ad6a4ca0ae2b72c437185a99ac3988
tree26b3d27607995ee4584fd2d548ac3e34aedd1282
parentd378538072d0dd5c72f5ab8b39bf8b32c9940904
Add assertion on number_of_objs to GC_extend_size_map

* misc.c (GC_extend_size_map): Add assertion for number_of_objs (result
of integer division) to be non-zero (this assertion violation is
observed in some Android emulators when gcc -march value does not match
target CPU).
misc.c