From b354ead7efbaba80569e3a6f80865b715aaa6315 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Tue, 7 Jul 2015 11:47:45 -0700 Subject: Moved DynASM to third_party to comply with Google policy. --- third_party/dynasm/dasm_x64.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 third_party/dynasm/dasm_x64.lua (limited to 'third_party/dynasm/dasm_x64.lua') diff --git a/third_party/dynasm/dasm_x64.lua b/third_party/dynasm/dasm_x64.lua new file mode 100644 index 0000000..bae72ac --- /dev/null +++ b/third_party/dynasm/dasm_x64.lua @@ -0,0 +1,12 @@ +------------------------------------------------------------------------------ +-- DynASM x64 module. +-- +-- Copyright (C) 2005-2012 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") -- cgit v1.2.3