mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Fixing x86 test.
This commit is contained in:
parent
939e3790d3
commit
3c4c734132
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue