Minor change , missed out brace

This commit is contained in:
niravthakkar 2016-12-02 14:13:55 +05:30 committed by GitHub
parent 4c7e494e0a
commit 45553891da

View File

@ -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