ARM: Add VFP and hard-float ABI variants to JIT compiler.
This commit is contained in:
@@ -676,7 +676,8 @@ end
|
||||
|
||||
-- Return register name for RID.
|
||||
local function regname_(r)
|
||||
return map_gpr[r]
|
||||
if r < 16 then return map_gpr[r] end
|
||||
return "d"..(r-16)
|
||||
end
|
||||
|
||||
-- Public module functions.
|
||||
|
||||
Reference in New Issue
Block a user