Merge branch 'GT-3148_ghidorahrex_powerpc_vectorpermute_OoB_exception' into Ghidra_9.1

This commit is contained in:
ghidra1 2019-09-17 11:37:24 -04:00
commit ac5fe56e6c
2 changed files with 43 additions and 42 deletions

View file

@ -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,