mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Merge branch 'master' into v2.1
This commit is contained in:
commit
c1c4c5599c
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user