diff --git a/Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/database/register/ProgramRegisterContextDB.java b/Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/database/register/ProgramRegisterContextDB.java index 09dfdc277b..69056458d7 100644 --- a/Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/database/register/ProgramRegisterContextDB.java +++ b/Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/database/register/ProgramRegisterContextDB.java @@ -273,9 +273,6 @@ public class ProgramRegisterContextDB extends AbstractStoredProgramContext imple lock.acquire(); boolean restore = false; try { - // FIXME: We do not properly handle painting context across the full - // address space which should be avoided. A non-zero image - // base offset can result in a improperly coalesced long key-range. checkContextWrite(value.getRegister(), start, end); restore = !changing; // indicates that we just initiated a change changing = true;