DynASM/x86: Fix BMI instructions.

Thanks to Peter Cawley.
This commit is contained in:
Mike Pall 2020-01-20 22:23:17 +01:00
parent 54484e257f
commit 9749952b55

View File

@ -1852,7 +1852,7 @@ end
------------------------------------------------------------------------------
local map_vexarg = { u = false, v = 1, V = 2 }
local map_vexarg = { u = false, v = 1, V = 2, w = 3 }
-- Process pattern string.
local function dopattern(pat, args, sz, op, needrex)