Merge pull request #7 from u3shit/api-fixes
[ljx.git] / dynasm / dasm_mips64.lua
blob94f21921fc50454bba71cf93f6258a3a99b9ed84
1 ------------------------------------------------------------------------------
2 -- DynASM MIPS64 module.
3 --
4 -- Copyright (C) 2005-2016 Mike Pall. All rights reserved.
5 -- See dynasm.lua for full copyright notice.
6 ------------------------------------------------------------------------------
7 -- This module just sets 64 bit mode for the combined MIPS/MIPS64 module.
8 -- All the interesting stuff is there.
9 ------------------------------------------------------------------------------
11 mips64 = true -- Using a global is an ugly, but effective solution.
12 return require("dasm_mips")