mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 07:34:07 +00:00
ARM64: Fix ELF bytecode saving.
This commit is contained in:
parent
fb77f7dee7
commit
ad29314c2c
@ -200,7 +200,7 @@ typedef struct {
|
|||||||
]]
|
]]
|
||||||
local symname = LJBC_PREFIX..ctx.modname
|
local symname = LJBC_PREFIX..ctx.modname
|
||||||
local is64, isbe = false, false
|
local is64, isbe = false, false
|
||||||
if ctx.arch == "x64" then
|
if ctx.arch == "x64" or ctx.arch == "arm64" then
|
||||||
is64 = true
|
is64 = true
|
||||||
elseif ctx.arch == "ppc" or ctx.arch == "mips" then
|
elseif ctx.arch == "ppc" or ctx.arch == "mips" then
|
||||||
isbe = true
|
isbe = true
|
||||||
|
Loading…
Reference in New Issue
Block a user