mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
ARM: Don't conditionalize non-opcodes in DynASM.
This commit is contained in:
parent
2138df2662
commit
33bab1f76c
@ -924,7 +924,7 @@ function _M.mergemaps(map_coreop, map_def)
|
||||
local cv = map_cond[cc]
|
||||
if cv then
|
||||
local v = rawget(t, sub(k, 1, -5)..sub(k, -2))
|
||||
if v then return format("%x%s", cv, sub(v, 2)) end
|
||||
if type(v) == "string" then return format("%x%s", cv, sub(v, 2)) end
|
||||
end
|
||||
end })
|
||||
setmetatable(map_def, { __index = map_archdef })
|
||||
|
Loading…
Reference in New Issue
Block a user