GP-0 removed obsolete comment

This commit is contained in:
ghidra1 2022-09-07 16:55:36 -04:00
parent cd0969442d
commit 1f1e544047

View file

@ -273,9 +273,6 @@ public class ProgramRegisterContextDB extends AbstractStoredProgramContext imple
lock.acquire(); lock.acquire();
boolean restore = false; boolean restore = false;
try { 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); checkContextWrite(value.getRegister(), start, end);
restore = !changing; // indicates that we just initiated a change restore = !changing; // indicates that we just initiated a change
changing = true; changing = true;