mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 20:22:44 +00:00
Fixing x86 test.
This commit is contained in:
parent
939e3790d3
commit
3c4c734132
@ -250,7 +250,7 @@ public class x86AssemblyTest extends AbstractAssemblyTest {
|
||||
|
||||
@Test
|
||||
public void testAssembly_AND_mRBP_n0x8m_0xffff0000() {
|
||||
assertOneCompatRestExact("AND qword ptr [RBP + -0x8],0xffff0000",
|
||||
assertOneCompatRestExact("AND qword ptr [RBP + -0x8],-0x10000",
|
||||
"48:81:65:f8:00:00:ff:ff");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user