aboutsummaryrefslogtreecommitdiff
path: root/dynasm
diff options
context:
space:
mode:
Diffstat (limited to 'dynasm')
-rw-r--r--dynasm/dasm_x86.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynasm/dasm_x86.lua b/dynasm/dasm_x86.lua
index 7f536afa..39124d5b 100644
--- a/dynasm/dasm_x86.lua
+++ b/dynasm/dasm_x86.lua
@@ -1852,7 +1852,7 @@ end
1852 1852
1853------------------------------------------------------------------------------ 1853------------------------------------------------------------------------------
1854 1854
1855local map_vexarg = { u = false, v = 1, V = 2 } 1855local map_vexarg = { u = false, v = 1, V = 2, w = 3 }
1856 1856
1857-- Process pattern string. 1857-- Process pattern string.
1858local function dopattern(pat, args, sz, op, needrex) 1858local function dopattern(pat, args, sz, op, needrex)