https://bugs.kde.org/show_bug.cgi?id=422174
Mark Wielaard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #7 from Mark Wielaard <[email protected]> --- commit 0c23373b702752289e390b3a16e0a6265284a55e Author: Mark Wielaard <[email protected]> Date: Sun Jul 26 21:17:23 2020 +0200 Handle REX prefixed JMP instruction. The NET Core runtime might generate a JMP with a REX prefix. For Jv (32bit offset) and Jb (8bit offset) this is valid. Prefixes that change operand size are ignored for such JMPs. So remove the check for sz == 4 and force sz = 4 for Jv. https://bugs.kde.org/show_bug.cgi?id=422174 -- You are receiving this mail because: You are watching all bug changes.
