mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-20 21:34:44 +08:00
Merge remote-tracking branch 'origin/GP-1646_d-millar_NPE_for_disassembly' into patch
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user