Merge pull request #145 from kazarmy/entry0-addr-gt-7bytes

Start at entry0 even if entry0 addr > 7 bytes
This commit is contained in:
C. Balles 2017-04-25 01:03:35 +02:00 committed by GitHub
commit fdd7c10953

View File

@ -1538,7 +1538,7 @@ QString MemoryWidget::normalize_addr(QString addr)
}
else
{
return addr;
return addr.trimmed();
}
}