mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
GP-0 fixed AVR8 Wlo test
This commit is contained in:
parent
6256f00b2d
commit
aea2fe5f77
@ -61,7 +61,7 @@ public class AVR8AssemblyTest extends AbstractAssemblyTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testAssemble_com_Wlo() {
|
||||
assertOneCompatRestExact("com Wlo", "80:95", 0x006fba * 2);
|
||||
public void testAssemble_com_R24() {
|
||||
assertOneCompatRestExact("com R24", "80:95", 0x006fba * 2);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user