diff options
| author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-02-17 16:53:59 +0000 |
|---|---|---|
| committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-02-17 16:53:59 +0000 |
| commit | 7a8fafbb2c8a2d1175c4f92b08d1b8c30f475a4a (patch) | |
| tree | c1c93b4724215879f61ee94ff9ee99a1ead49115 /plugins/MirLua/Modules/luaffi/src/dynasm/dasm_x64.lua | |
| parent | 939e01edacc5746bc9c6501721f270751a9be10d (diff) | |
MirLua: fb ffi module
git-svn-id: http://svn.miranda-ng.org/main/trunk@16294 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/Modules/luaffi/src/dynasm/dasm_x64.lua')
| -rw-r--r-- | plugins/MirLua/Modules/luaffi/src/dynasm/dasm_x64.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/MirLua/Modules/luaffi/src/dynasm/dasm_x64.lua b/plugins/MirLua/Modules/luaffi/src/dynasm/dasm_x64.lua deleted file mode 100644 index 36b7e5bd93..0000000000 --- a/plugins/MirLua/Modules/luaffi/src/dynasm/dasm_x64.lua +++ /dev/null @@ -1,12 +0,0 @@ -------------------------------------------------------------------------------
--- DynASM x64 module.
---
--- Copyright (C) 2005-2011 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")
|
