mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Merge remote-tracking branch 'origin/GP-0-dragonmacher-bug-fix-4-30-25'
This commit is contained in:
commit
878a8fc5e5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue