Fix EQUALP on structures with raw slots.
authorStas Boukarev <stassats@gmail.com>
Sun, 3 Nov 2013 19:32:09 +0000 (23:32 +0400)
committerStas Boukarev <stassats@gmail.com>
Sun, 3 Nov 2013 19:40:06 +0000 (23:40 +0400)
It always incremented the index by 1, even if slot takes up more than
one word. Increment by raw-slot-data-n-words.


No differences found