summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pall <mike>2015-10-24 18:53:37 +0200
committerMike Pall <mike>2015-10-24 18:53:37 +0200
commit4c08158be461e7da974002137b8a1b7eca02587c (patch)
tree12dc87d19a56e3f6870d8053c95857b344486497
parentd62dc019842032ab642631eec01438aae370c572 (diff)
downloadluajit2-4c08158be461e7da974002137b8a1b7eca02587c.tar.gz
Whitespace.
-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 052c4c38..a8e25ed3 100644
--- a/dynasm/dasm_x86.lua
+++ b/dynasm/dasm_x86.lua
@@ -1916,7 +1916,7 @@ map_op[".template__"] = function(params, template, nparams)
if matchtm(tm, args) then
local prefix = sub(szm, 1, 1)
if prefix == "/" then -- Exactly match leading operand sizes.
- for i = #szm, 1, -1 do
+ for i = #szm,1,-1 do
if i == 1 then
dopattern(pat, args, sz, params.op, needrex) -- Process pattern.
return