lua-hooks/ext/luajit/src/jit/dis_mipsel.lua in immunio-1.1.2 vs lua-hooks/ext/luajit/src/jit/dis_mipsel.lua in immunio-1.1.5

- old
+ new

@@ -1,8 +1,8 @@ ---------------------------------------------------------------------------- -- LuaJIT MIPSEL disassembler wrapper module. -- --- Copyright (C) 2005-2015 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2016 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. ------------------------------------------------------------------------------