mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-30 11:09:17 +08:00
small bug fix for restoring program locations
This commit is contained in:
+1
-1
@@ -33,12 +33,12 @@ public class DefaultDecompilerLocation extends ProgramLocation implements Decomp
|
||||
public DefaultDecompilerLocation(Program program, Address address,
|
||||
DecompilerLocationInfo info) {
|
||||
super(program, address);
|
||||
|
||||
this.info = info;
|
||||
}
|
||||
|
||||
public DefaultDecompilerLocation() {
|
||||
// for restoring from xml
|
||||
info = new DecompilerLocationInfo();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user