mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +00:00
Minor change , missed out brace
This commit is contained in:
parent
4c7e494e0a
commit
45553891da
@ -1059,7 +1059,7 @@ local function parse_template(params, template, nparams, pos)
|
|||||||
elseif p == "m" then
|
elseif p == "m" then
|
||||||
|
|
||||||
elseif p == "n" then
|
elseif p == "n" then
|
||||||
op0 = op0 + shl(parse_gpr(params[1], 4)
|
op0 = op0 + shl(parse_gpr(params[1]), 4)
|
||||||
local imm = parse_imm(param[2])
|
local imm = parse_imm(param[2])
|
||||||
wputhw(op0); waction("IMM32", nil, imm)
|
wputhw(op0); waction("IMM32", nil, imm)
|
||||||
elseif p == "q" then
|
elseif p == "q" then
|
||||||
|
Loading…
Reference in New Issue
Block a user