Skip to content

Commit c1c4c55

Browse files
author
Mike Pall
committed
Merge branch 'master' into v2.1
2 parents 3fbf51b + 98f95f6 commit c1c4c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynasm/dasm_x86.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ local function parseoperand(param, isqword)
832832
if t.disp then break end
833833

834834
-- [reg+xreg...]
835-
local xreg, tailx = match(tailr, "^+%s*([@%w_:]+)%s*(.*)$")
835+
local xreg, tailx = match(tailr, "^%+%s*([@%w_:]+)%s*(.*)$")
836836
xreg, t.xreg, tp = rtexpr(xreg)
837837
if not t.xreg then
838838
-- [reg+-expr]

0 commit comments

Comments
 (0)