mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Merge branch 'GT-3148_ghidorahrex_powerpc_vectorpermute_OoB_exception' into Ghidra_9.1
This commit is contained in:
commit
ac5fe56e6c
2 changed files with 43 additions and 42 deletions
|
@ -15,8 +15,7 @@
|
|||
*/
|
||||
package ghidra.util;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.fail;
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import java.util.*;
|
||||
import java.util.stream.Collectors;
|
||||
|
@ -284,7 +283,7 @@ public class NumericUtilitiesTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void testGetUnsigndeAlignedValue() {
|
||||
public void testGetUnsignedAlignedValue() {
|
||||
|
||||
assertEquals(0, NumericUtilities.getUnsignedAlignedValue(0xffffffffffffffffL, 8));
|
||||
assertEquals(0xfffffffffffffff8L,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue