135c135
< unsigned block_size = RubySystem::getBlockSizeBytes();
---
> int block_size = computeUnit->cacheLineSize();
138c138
< unsigned size = block_size;
---
> int size = block_size;