Skip to content

Commit

Permalink
Skip address for x64 prefix parsing (dotnet#96352)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommcdon authored Dec 30, 2023
1 parent e6a15a0 commit 65b9233
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/coreclr/debug/ee/amd64/walker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,6 @@ void NativeWalker::DecodeInstructionForPatchSkip(const BYTE *address, Instructio
case 0x45:
case 0x46:
case 0x47:
done = true;
break;

// REX register extension prefixes with W
Expand All @@ -942,7 +941,6 @@ void NativeWalker::DecodeInstructionForPatchSkip(const BYTE *address, Instructio
case 0x4e:
case 0x4f:
W = true;
done = true;
break;

default:
Expand Down

0 comments on commit 65b9233

Please sign in to comment.