mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-20 19:55:51 +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
|
||||
public void testAssemble_com_Wlo() {
|
||||
assertOneCompatRestExact("com Wlo", "80:95", 0x006fba * 2);
|
||||
public void testAssemble_com_R24() {
|
||||
assertOneCompatRestExact("com R24", "80:95", 0x006fba * 2);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user