DynASM/x86: Fix BMI instructions.
Thanks to Peter Cawley.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user