[sgen] Don't access LOS object size directly because it has to be masked.
authorMark Probst <mark.probst@gmail.com>
Wed, 26 Aug 2015 20:07:29 +0000 (13:07 -0700)
committerMark Probst <mark.probst@gmail.com>
Wed, 26 Aug 2015 20:12:50 +0000 (13:12 -0700)
commit6efe1eabbc9750846758a9be695d920020bbbf0c
treee4fd439c6247cb07a0cabbb5e9cca9881058bf11
parentc4db814a44119462bc9029170790e1c445a93426
[sgen] Don't access LOS object size directly because it has to be masked.

We use the lowest bit in the LOS object size to denote whether the object is
marked/pinned, so we can't directly use the size.  Use the getter function
instead.
mono/sgen/sgen-los.c