mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-1646: fix for NPE
This commit is contained in:
parent
a30d0b9bb2
commit
9efd8ea4fc
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ public class DBTraceInstructionsView extends AbstractBaseDBTraceDefinedUnitsView
|
|||
if (ctxSpace == null) {
|
||||
return;
|
||||
}
|
||||
ctxSpace.setValue(language, null, tasr.getLifespan(), tasr.getRange());
|
||||
ctxSpace.removeValue(language, contextReg, tasr.getLifespan(), tasr.getRange());
|
||||
return;
|
||||
}
|
||||
DBTraceRegisterContextSpace ctxSpace = ctxMgr.get(space, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue