Merge remote-tracking branch 'origin/patch'

This commit is contained in:
ghidra1 2024-10-15 17:37:36 -04:00
commit 082cc1746e
2 changed files with 6 additions and 6 deletions

View File

@ -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[] {};

View File

@ -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[] {};