mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-889: fix for C&P error
This commit is contained in:
parent
3c71860d4a
commit
a61baf58c4
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public class GdbM68kDebuggerMappingOpinion implements DebuggerMappingOpinion {
|
|||
return Set.of();
|
||||
}
|
||||
String arch = env.getArchitecture();
|
||||
if (arch.startsWith("mips:32")) {
|
||||
if (arch.startsWith("m68k")) {
|
||||
return Set.of(new GdbM68kBELinux32DefOffer(process));
|
||||
}
|
||||
return Set.of();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue