LoongArch64: Add loongarch64 support when save/list bytecode

Co-developed-by: Qiqi Huang <huangqiqi@loongson.cn>
This commit is contained in:
Xiaolin Zhao 2022-07-28 10:24:50 +08:00
parent 052d7ec1d7
commit 1e704e8937

View File

@ -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 = {