mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-0 Ensure Program.getCompiler() returns "unknown" instead of null
This commit is contained in:
parent
53275c92f8
commit
6242fda158
3 changed files with 5 additions and 3 deletions
|
@ -397,7 +397,7 @@ public class StubProgram implements Program {
|
|||
|
||||
@Override
|
||||
public String getCompiler() {
|
||||
throw new UnsupportedOperationException();
|
||||
return "unknown";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue