mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-22 06:28:48 +00:00
Removing unintended logs to the bus's debugger
This commit is contained in:
@@ -150,7 +150,7 @@ namespace ComSquare::Debugger
|
||||
|
||||
uint8_t MemoryBusDebug::read(uint24_t addr, bool silence)
|
||||
{
|
||||
if (!silence && !forceSilence) {
|
||||
if (!silence && !this->forceSilence) {
|
||||
auto accessor = this->getAccessor(addr);
|
||||
if (!accessor) {
|
||||
this->_model.log(BusLog(true, addr, accessor, this->_openBus, this->_openBus));
|
||||
|
||||
Reference in New Issue
Block a user