[compiler-rt] [win/asan] Support instructions in GetInstructionSize used by Wine. (PR #113085)
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 19 01:31:28 PST 2024
================
@@ -658,7 +681,6 @@ static size_t GetInstructionSize(uptr address, size_t* rel_offset = nullptr) {
}
switch (0x00FFFFFF & *(u32*)address) {
- case 0x07c1f6: // f6 c1 07 : test cl, 0x7
----------------
mstorsjo wrote:
Why are some old existing cases removed?
https://github.com/llvm/llvm-project/pull/113085
More information about the llvm-commits
mailing list