mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-26 14:12:17 +00:00
GP-889: fix for C&P error
This commit is contained in:
parent
3c71860d4a
commit
a61baf58c4
@ -49,7 +49,7 @@ public class GdbM68kDebuggerMappingOpinion implements DebuggerMappingOpinion {
|
|||||||
return Set.of();
|
return Set.of();
|
||||||
}
|
}
|
||||||
String arch = env.getArchitecture();
|
String arch = env.getArchitecture();
|
||||||
if (arch.startsWith("mips:32")) {
|
if (arch.startsWith("m68k")) {
|
||||||
return Set.of(new GdbM68kBELinux32DefOffer(process));
|
return Set.of(new GdbM68kBELinux32DefOffer(process));
|
||||||
}
|
}
|
||||||
return Set.of();
|
return Set.of();
|
||||||
|
Loading…
Reference in New Issue
Block a user