mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Corrected testAssemble_stmcsda_r2_lr0r1r2r4r6r7r8lc failure
This commit is contained in:
parent
8e87d04a3d
commit
27a02dad1b
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public class ARMAssemblyTest extends AbstractAssemblyTest {
|
||||||
@Test
|
@Test
|
||||||
public void testAssemble_stmcsda_r2_lr0r1r2r4r6r7r8lc() {
|
public void testAssemble_stmcsda_r2_lr0r1r2r4r6r7r8lc() {
|
||||||
assertOneCompatRestExact("stmcsda r2, {r0 r1 r2 r4 r6 r7 r8}^", "d7:01:42:28",
|
assertOneCompatRestExact("stmcsda r2, {r0 r1 r2 r4 r6 r7 r8}^", "d7:01:42:28",
|
||||||
"stmcsda r2,{ r0 r1 r2 r4 r6 r7 r8 }^");
|
"stmcsda r2,{r0 r1 r2 r4 r6 r7 r8}^");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue