Merge remote-tracking branch 'origin/4.11' into 4.12

Change-Id: I7960e0df40458d1052e14c95b5556871b50159c4
This commit is contained in:
Eike Ziller
2020-03-11 07:20:16 +01:00
3 changed files with 58 additions and 2 deletions

View File

@@ -238,8 +238,8 @@ void DisassemblerAgent::setLocation(const Location &loc)
// Refresh when not displaying a function and there is not sufficient
// context left past the address.
if (d->cache.at(index).first.endAddress - loc.address() < 24) {
index = -1;
d->cache.removeAt(index);
index = -1;
}
}
if (index != -1) {