mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
ARM: Remove redundant parse_gpr() in DynASM.
This commit is contained in:
parent
1ac71f1fa8
commit
f0a7293e58
@ -664,7 +664,6 @@ local function parse_load(params, nparams, n, op)
|
|||||||
end
|
end
|
||||||
else
|
else
|
||||||
local p1a, p2 = match(p1, "^([^,%s]*)%s*(.*)$")
|
local p1a, p2 = match(p1, "^([^,%s]*)%s*(.*)$")
|
||||||
local n = parse_gpr(p1a)
|
|
||||||
op = op + parse_gpr(p1a) * 65536 + 0x01000000
|
op = op + parse_gpr(p1a) * 65536 + 0x01000000
|
||||||
if p2 ~= "" then
|
if p2 ~= "" then
|
||||||
local imm = match(p2, "^,%s*#(.*)$")
|
local imm = match(p2, "^,%s*#(.*)$")
|
||||||
|
Loading…
Reference in New Issue
Block a user