]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
ARM: Remove redundant parse_gpr() in DynASM.
authorMike Pall <mike>
Mon, 16 May 2011 00:39:26 +0000 (02:39 +0200)
committerMike Pall <mike>
Mon, 16 May 2011 00:39:26 +0000 (02:39 +0200)
dynasm/dasm_arm.lua

index 119ed2eebb8a9c8cfac1ee53fc1a1b3a2fca255f..b8a595b09e730e386fbb521ebe311475035ad5ce 100644 (file)
@@ -664,7 +664,6 @@ local function parse_load(params, nparams, n, op)
     end
   else
     local p1a, p2 = match(p1, "^([^,%s]*)%s*(.*)$")
-    local n = parse_gpr(p1a)
     op = op + parse_gpr(p1a) * 65536 + 0x01000000
     if p2 ~= "" then
       local imm = match(p2, "^,%s*#(.*)$")