GP-0 corrected test failure

This commit is contained in:
ghidra1 2023-01-09 09:57:22 -05:00
parent c1b72a3569
commit acd80575c1

View file

@ -327,7 +327,7 @@ public class BytesTracePcodeEmulatorTest extends AbstractTracePcodeEmulatorTest
""",
List.of(
// First instruction undoes the modification above
"XOR byte ptr [RIP], 0xcc", // 7 bytes
"XOR byte ptr [RIP + 0x0], 0xcc", // 7 bytes
"MOV EAX,0xdeadbeef")); // 5 bytes
BytesTracePcodeEmulator emu = new BytesTracePcodeEmulator(tb.host, 0);