Skip to content

Commit 9749952

Browse files
author
Mike Pall
committed
DynASM/x86: Fix BMI instructions.
Thanks to Peter Cawley.
1 parent 54484e2 commit 9749952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynasm/dasm_x86.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1852,7 +1852,7 @@ end
18521852

18531853
------------------------------------------------------------------------------
18541854

1855-
local map_vexarg = { u = false, v = 1, V = 2 }
1855+
local map_vexarg = { u = false, v = 1, V = 2, w = 3 }
18561856

18571857
-- Process pattern string.
18581858
local function dopattern(pat, args, sz, op, needrex)

0 commit comments

Comments
 (0)