mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-28 11:57:44 +08:00
Merge remote-tracking branch 'origin/GP-0_ghidorahrex_avr8_test_wlo_fix'
This commit is contained in:
+2
-2
@@ -61,7 +61,7 @@ public class AVR8AssemblyTest extends AbstractAssemblyTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testAssemble_com_Wlo() {
|
public void testAssemble_com_R24() {
|
||||||
assertOneCompatRestExact("com Wlo", "80:95", 0x006fba * 2);
|
assertOneCompatRestExact("com R24", "80:95", 0x006fba * 2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user