Fix bytecode JMP slot range after const + and/or optimization.
[luajit-2.0.git] / lib / dis_mipsel.lua
blob4c5a6515529021ff2a79b7e3bc95dd2c30dc8da8
1 ----------------------------------------------------------------------------
2 -- LuaJIT MIPSEL disassembler wrapper module.
3 --
4 -- Copyright (C) 2005-2011 Mike Pall. All rights reserved.
5 -- Released under the MIT license. See Copyright Notice in luajit.h
6 ----------------------------------------------------------------------------
7 -- This module just exports the little-endian functions from the
8 -- MIPS disassembler module. All the interesting stuff is there.
9 ------------------------------------------------------------------------------
11 local require = require
13 module(...)
15 local dis_mips = require(_PACKAGE.."dis_mips")
17 create = dis_mips.create_el
18 disass = dis_mips.disass_el
19 regname = dis_mips.regname