DescriptionFix testing of the VEX.L (128/256-bit) flag in the x64 disassembler
The current code for testing the VEX.L flag, indicating whether
128-bit or 256-bit registers are being accessed, was erroneous
and always returned true (i.e. indicated 128-bit registers).
This patch fixes this behaviour and checks the flag correctly.
Ref: https://github.com/nodejs/node/issues/6151
BUG=
Committed: https://crrev.com/6336cc6b2babae5bd5ff2e654848656d63ab54ba
Cr-Commit-Position: refs/heads/master@{#35506}
Patch Set 1 #Patch Set 2 : Fix testing of the VEX.L (128/256-bit) flag in the x64 disassembler #
Total comments: 1
Patch Set 3 : Apply previous commit to ia32 disassembler #Patch Set 4 : Add me (addaleax@gmail.com) to the AUTHORS file #
Messages
Total messages: 18 (7 generated)
|