aboutsummaryrefslogtreecommitdiff
path: root/src/jit/dis_x86.lua
diff options
context:
space:
mode:
authorMike Pall <mike>2014-01-16 23:18:34 +0100
committerMike Pall <mike>2014-01-16 23:18:34 +0100
commita9d454360161d80310753dafa0d945eea4d98fde (patch)
tree892e5802f261a8c4ac3de4d802b5881aed36eac1 /src/jit/dis_x86.lua
parentce9e8ed675d1fb7fe8e148a328fe0b892791a5f4 (diff)
parentef59e5482055ed4477144518fc79a993288e855b (diff)
downloadluajit-a9d454360161d80310753dafa0d945eea4d98fde.tar.gz
luajit-a9d454360161d80310753dafa0d945eea4d98fde.tar.bz2
luajit-a9d454360161d80310753dafa0d945eea4d98fde.zip
Merge branch 'master' into v2.1
Diffstat (limited to 'src/jit/dis_x86.lua')
-rw-r--r--src/jit/dis_x86.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/dis_x86.lua b/src/jit/dis_x86.lua
index 14b0fd61..bc22e423 100644
--- a/src/jit/dis_x86.lua
+++ b/src/jit/dis_x86.lua
@@ -1,7 +1,7 @@
1---------------------------------------------------------------------------- 1----------------------------------------------------------------------------
2-- LuaJIT x86/x64 disassembler module. 2-- LuaJIT x86/x64 disassembler module.
3-- 3--
4-- Copyright (C) 2005-2013 Mike Pall. All rights reserved. 4-- Copyright (C) 2005-2014 Mike Pall. All rights reserved.
5-- Released under the MIT license. See Copyright Notice in luajit.h 5-- Released under the MIT license. See Copyright Notice in luajit.h
6---------------------------------------------------------------------------- 6----------------------------------------------------------------------------
7-- This is a helper module used by the LuaJIT machine code dumper module. 7-- This is a helper module used by the LuaJIT machine code dumper module.