GP-0 corrected test failures caused by x86 context size change

This commit is contained in:
ghidra1 2023-04-27 00:45:13 -04:00
parent e2003f4c1b
commit 1d722447f7
2 changed files with 34 additions and 30 deletions

View file

@ -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");
}
}