mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-0 corrected test failures caused by x86 context size change
This commit is contained in:
parent
e2003f4c1b
commit
1d722447f7
2 changed files with 34 additions and 30 deletions
|
@ -312,6 +312,6 @@ public class x64AssemblyTest extends AbstractAssemblyTest {
|
|||
|
||||
@Test
|
||||
public void testAssemblyCompat32_DEC_EAX() {
|
||||
assertOneCompatRestExact("DEC EAX", "48", "09:00:00:00", 0x00400000, "DEC EAX");
|
||||
assertOneCompatRestExact("DEC EAX", "48", "09:00:00:00:00:00:00:00", 0x00400000, "DEC EAX");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue