mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 07:34:07 +00:00
riscv(misc): add bytecode listing support
This commit is contained in:
parent
843a01e158
commit
a4def32503
@ -101,6 +101,7 @@ local map_arch = {
|
|||||||
mips64el = { e = "le", b = 64, m = 8, f = 0x80000007, },
|
mips64el = { e = "le", b = 64, m = 8, f = 0x80000007, },
|
||||||
mips64r6 = { e = "be", b = 64, m = 8, f = 0xa0000407, },
|
mips64r6 = { e = "be", b = 64, m = 8, f = 0xa0000407, },
|
||||||
mips64r6el = { e = "le", b = 64, m = 8, f = 0xa0000407, },
|
mips64r6el = { e = "le", b = 64, m = 8, f = 0xa0000407, },
|
||||||
|
riscv64 = { e = "le", b = 64, m = 243, f = 0x00000004, },
|
||||||
}
|
}
|
||||||
|
|
||||||
local map_os = {
|
local map_os = {
|
||||||
|
Loading…
Reference in New Issue
Block a user