aboutsummaryrefslogtreecommitdiff
path: root/build/vs2015/libs/LuaJIT-2.0.5/dynasm/dasm_x64.lua
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-10-23 12:23:58 +0800
committerchai <chaifix@163.com>2018-10-23 12:23:58 +0800
commit40fc27154fe754181934dc7ee31375e6bdfb33fc (patch)
tree897ad98d759bc308ef66561181ba88b85f2ccd47 /build/vs2015/libs/LuaJIT-2.0.5/dynasm/dasm_x64.lua
parent1480c9445100075c9e1a894eb07c0ef727b509a1 (diff)
*merge from minimal
Diffstat (limited to 'build/vs2015/libs/LuaJIT-2.0.5/dynasm/dasm_x64.lua')
-rw-r--r--build/vs2015/libs/LuaJIT-2.0.5/dynasm/dasm_x64.lua12
1 files changed, 0 insertions, 12 deletions
diff --git a/build/vs2015/libs/LuaJIT-2.0.5/dynasm/dasm_x64.lua b/build/vs2015/libs/LuaJIT-2.0.5/dynasm/dasm_x64.lua
deleted file mode 100644
index e8bdeb3..0000000
--- a/build/vs2015/libs/LuaJIT-2.0.5/dynasm/dasm_x64.lua
+++ /dev/null
@@ -1,12 +0,0 @@
-------------------------------------------------------------------------------
--- DynASM x64 module.
---
--- Copyright (C) 2005-2017 Mike Pall. All rights reserved.
--- See dynasm.lua for full copyright notice.
-------------------------------------------------------------------------------
--- This module just sets 64 bit mode for the combined x86/x64 module.
--- All the interesting stuff is there.
-------------------------------------------------------------------------------
-
-x64 = true -- Using a global is an ugly, but effective solution.
-return require("dasm_x86")