mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
GP-0 Corrected ARM v8-m language ID reference for processor tests
This commit is contained in:
parent
c8703a10d8
commit
7acaa1f261
@ -20,7 +20,7 @@ import junit.framework.Test;
|
||||
|
||||
public class ARM_v8m_O0_EmulatorTest extends ProcessorEmulatorTestAdapter {
|
||||
|
||||
private static final String LANGUAGE_ID = "ARM:LE:32:Cortex8m";
|
||||
private static final String LANGUAGE_ID = "ARM:LE:32:v8-m";
|
||||
private static final String COMPILER_SPEC_ID = "default";
|
||||
|
||||
private static final String[] REG_DUMP_SET = new String[] {};
|
||||
|
@ -20,7 +20,7 @@ import junit.framework.Test;
|
||||
|
||||
public class ARM_v8m_O3_EmulatorTest extends ProcessorEmulatorTestAdapter {
|
||||
|
||||
private static final String LANGUAGE_ID = "ARM:LE:32:Cortex8m";
|
||||
private static final String LANGUAGE_ID = "ARM:LE:32:v8-m";
|
||||
private static final String COMPILER_SPEC_ID = "default";
|
||||
|
||||
private static final String[] REG_DUMP_SET = new String[] {};
|
||||
|
Loading…
Reference in New Issue
Block a user