mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
082cc1746e
@ -4,9 +4,9 @@
|
|||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
* You may obtain a copy of the License at
|
* You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
@ -20,7 +20,7 @@ import junit.framework.Test;
|
|||||||
|
|
||||||
public class ARM_v8m_O0_EmulatorTest extends ProcessorEmulatorTestAdapter {
|
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 COMPILER_SPEC_ID = "default";
|
||||||
|
|
||||||
private static final String[] REG_DUMP_SET = new String[] {};
|
private static final String[] REG_DUMP_SET = new String[] {};
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
* You may obtain a copy of the License at
|
* You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
@ -20,7 +20,7 @@ import junit.framework.Test;
|
|||||||
|
|
||||||
public class ARM_v8m_O3_EmulatorTest extends ProcessorEmulatorTestAdapter {
|
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 COMPILER_SPEC_ID = "default";
|
||||||
|
|
||||||
private static final String[] REG_DUMP_SET = new String[] {};
|
private static final String[] REG_DUMP_SET = new String[] {};
|
||||||
|
Loading…
Reference in New Issue
Block a user