Skip to content

Commit

Permalink
Fix test expectation for Ghidra 11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekkio committed Jun 9, 2024
1 parent 266dc86 commit 0e9ee25
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,14 @@ class DecompilerTest : IntegrationTest() {
byte bVar2;
P1 = 0x20;
bVar1 = P1;
bVar1 = P1;
P1 = 0x10;
bVar2 = P1;
bVar2 = P1;
bVar2 = P1;
bVar2 = P1;
bVar2 = P1;
bVar2 = P1;
P1 = 0x30;
return ~bVar2 & 0xf | ~bVar1 << 4;
}
Expand Down

0 comments on commit 0e9ee25

Please sign in to comment.