lua-hooks/ext/luajit/src/jit/dis_mipsel.lua in immunio-1.2.1 vs lua-hooks/ext/luajit/src/jit/dis_mipsel.lua in immunio-2.0.2

- old
+ new

@@ -1,8 +1,8 @@ ---------------------------------------------------------------------------- -- LuaJIT MIPSEL disassembler wrapper module. -- --- Copyright (C) 2005-2016 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2017 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- This module just exports the little-endian functions from the -- MIPS disassembler module. All the interesting stuff is there. ------------------------------------------------------------------------------