riscv(misc): add bytecode listing support

This commit is contained in:
gns 2024-03-06 09:38:50 +08:00 committed by gns
parent 843a01e158
commit a4def32503

View File

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