Closed snim2 closed 8 years ago
When a SparseMemory object is used with a number of _WordMemory or ByteMemory objects RD::MM and WR::MEM debug messages were being printed twice, with different addresses. This is confusing when comparing the
SparseMemory
_WordMemory
ByteMemory
This PR removes this duplication.
When a
SparseMemory
object is used with a number of_WordMemory
orByteMemory
objects RD::MM and WR::MEM debug messages were being printed twice, with different addresses. This is confusing when comparing theThis PR removes this duplication.