mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-04-22 06:43:27 +00:00
LoongArch64: Add loongarch64 support when save/list bytecode
Co-developed-by: Qiqi Huang <huangqiqi@loongson.cn>
This commit is contained in:
parent
052d7ec1d7
commit
1e704e8937
@ -84,6 +84,7 @@ local map_arch = {
|
||||
mips64el = { e = "le", b = 64, m = 8, f = 0x80000007, },
|
||||
mips64r6 = { e = "be", b = 64, m = 8, f = 0xa0000407, },
|
||||
mips64r6el = { e = "le", b = 64, m = 8, f = 0xa0000407, },
|
||||
loongarch64 = { e = "le", b = 64, m = 258, f = 0x3, },
|
||||
}
|
||||
|
||||
local map_os = {
|
||||
|
Loading…
Reference in New Issue
Block a user