mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
DynASM/x86: Fix BMI instructions.
Thanks to Peter Cawley.
This commit is contained in:
parent
54484e257f
commit
9749952b55
@ -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.
|
-- Process pattern string.
|
||||||
local function dopattern(pat, args, sz, op, needrex)
|
local function dopattern(pat, args, sz, op, needrex)
|
||||||
|
Loading…
Reference in New Issue
Block a user