mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-31 04:09:11 +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,
|
public DefaultDecompilerLocation(Program program, Address address,
|
||||||
DecompilerLocationInfo info) {
|
DecompilerLocationInfo info) {
|
||||||
super(program, address);
|
super(program, address);
|
||||||
|
|
||||||
this.info = info;
|
this.info = info;
|
||||||
}
|
}
|
||||||
|
|
||||||
public DefaultDecompilerLocation() {
|
public DefaultDecompilerLocation() {
|
||||||
// for restoring from xml
|
// for restoring from xml
|
||||||
|
info = new DecompilerLocationInfo();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user