Explorar o código

Merge branch 'master' into v2.1

Mike Pall %!s(int64=4) %!d(string=hai) anos
pai
achega
c1c4c5599c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dynasm/dasm_x86.lua

+ 1 - 1
dynasm/dasm_x86.lua

@@ -832,7 +832,7 @@ local function parseoperand(param, isqword)
       if t.disp then break end
       if t.disp then break end
 
 
       -- [reg+xreg...]
       -- [reg+xreg...]
-      local xreg, tailx = match(tailr, "^+%s*([@%w_:]+)%s*(.*)$")
+      local xreg, tailx = match(tailr, "^%+%s*([@%w_:]+)%s*(.*)$")
       xreg, t.xreg, tp = rtexpr(xreg)
       xreg, t.xreg, tp = rtexpr(xreg)
       if not t.xreg then
       if not t.xreg then
 	-- [reg+-expr]
 	-- [reg+-expr]