mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-0 removed obsolete comment
This commit is contained in:
parent
cd0969442d
commit
1f1e544047
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue