MIPS: Add MIPS64 R6 port.
Contributed by Hua Zhang, YunQiang Su from Wave Computing, and Radovan Birdic from RT-RK. Sponsored by Wave Computing.
This commit is contained in:
@@ -630,6 +630,7 @@ end
|
||||
-- Load architecture-specific module.
|
||||
local function loadarch(arch)
|
||||
if not match(arch, "^[%w_]+$") then return "bad arch name" end
|
||||
_G._map_def = map_def
|
||||
local ok, m_arch = pcall(require, "dasm_"..arch)
|
||||
if not ok then return "cannot load module: "..m_arch end
|
||||
g_arch = m_arch
|
||||
|
||||
Reference in New Issue
Block a user