mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +00:00
Fix indentation.
I miss gofmt.
This commit is contained in:
parent
dd6448ff1e
commit
c71a6189bb
@ -1029,16 +1029,16 @@ local function parse_template(params, template, nparams, pos)
|
|||||||
elseif p == "n" then
|
elseif p == "n" then
|
||||||
|
|
||||||
elseif p == "y" then
|
elseif p == "y" then
|
||||||
local d, x, b, a = parse_mem_bx(params[1])
|
local d, x, b, a = parse_mem_bx(params[1])
|
||||||
op1 = op1 + x
|
op1 = op1 + x
|
||||||
op2 = op2 + shl(b, 12) + d
|
op2 = op2 + shl(b, 12) + d
|
||||||
wputhw(op1); wputhw(op2);
|
wputhw(op1); wputhw(op2);
|
||||||
if a then
|
if a then
|
||||||
werror("disp12 actions not yet implemented")
|
werror("disp12 actions not yet implemented")
|
||||||
end
|
end
|
||||||
elseif p == "z" then
|
elseif p == "z" then
|
||||||
op2 = op2 + parse_gpr(params[1])
|
op2 = op2 + parse_gpr(params[1])
|
||||||
wputhw(op2)
|
wputhw(op2)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user