We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e011952 commit 58040f2Copy full SHA for 58040f2
ext/opcache/jit/dynasm/dasm_x86.lua
@@ -832,7 +832,7 @@ local function parseoperand(param, isqword)
832
if t.disp then break end
833
834
-- [reg+xreg...]
835
- local xreg, tailx = match(tailr, "^+%s*([@%w_:]+)%s*(.*)$")
+ local xreg, tailx = match(tailr, "^%+%s*([@%w_:]+)%s*(.*)$")
836
xreg, t.xreg, tp = rtexpr(xreg)
837
if not t.xreg then
838
-- [reg+-expr]
0 commit comments