mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Merge remote-tracking branch 'origin/GP-1646_d-millar_NPE_for_disassembly' into patch
This commit is contained in:
commit
ba2eb53110
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