90,98c90
< if (this == &obj) {
< // assert(false);
< } else {
< if (!m_alloc)
< m_data = new uint8[RubySystem::getBlockSizeBytes()];
< memcpy(m_data, obj.m_data, RubySystem::getBlockSizeBytes());
< m_alloc = true;
< }
<
---
> memcpy(m_data, obj.m_data, RubySystem::getBlockSizeBytes());