diff options
Diffstat (limited to 'src/jit/dis_x64.lua')
-rw-r--r-- | src/jit/dis_x64.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/dis_x64.lua b/src/jit/dis_x64.lua index d95d7ded..4a1894ac 100644 --- a/src/jit/dis_x64.lua +++ b/src/jit/dis_x64.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- LuaJIT x64 disassembler wrapper module. -- --- Copyright (C) 2005-2012 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2013 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- This module just exports the 64 bit functions from the combined |