mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GT-3516: Fixed ARMAssemblyTest failure case issue again.
This commit is contained in:
parent
871862dbe1
commit
074f9de4f4
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ public class ARMAssemblyTest extends AbstractAssemblyTest {
|
|||
|
||||
@Test
|
||||
public void testAssemble_T_iteq() {
|
||||
assertOneCompatRestExact("itETT eq", "09:BF", THUMB, 0x00400000, "itett eq");
|
||||
assertOneCompatRestExact("itett eq", "09:BF", THUMB, 0x00400000, "itett eq");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue