mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-0 corrected test failure
This commit is contained in:
parent
c1b72a3569
commit
acd80575c1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue