Sha256: cbf48a87cfd0b884f95fd94b54d9f640554bd8ea8bc6a833afd58a4320ab7308

Contents?: true

Size: 568 Bytes

Versions: 3

Compression:

Stored size: 568 Bytes

Contents

------------------------------------------------------------------------------
-- 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")

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
immunio-2.0.4 lua-hooks/ext/luajit/dynasm/dasm_x64.lua
immunio-2.0.3 lua-hooks/ext/luajit/dynasm/dasm_x64.lua
immunio-2.0.2 lua-hooks/ext/luajit/dynasm/dasm_x64.lua