summaryrefslogtreecommitdiff
path: root/src/jit
diff options
context:
space:
mode:
authorMike Pall <mike>2014-10-07 16:18:46 +0200
committerMike Pall <mike>2014-10-07 16:18:46 +0200
commitbe64823d957bea318e374d7a16a3985158b76cbb (patch)
tree8e4865fc4f9491923596098d2d6b8991bee7c74e /src/jit
parent0de431e3f7ab6fa31a56042f2c10ababe0b2b4ab (diff)
parent4846a714a9b8e01bac8f9fc1de0eb2a5f00ea79b (diff)
downloadluajit-be64823d957bea318e374d7a16a3985158b76cbb.tar.gz
luajit-be64823d957bea318e374d7a16a3985158b76cbb.tar.bz2
luajit-be64823d957bea318e374d7a16a3985158b76cbb.zip
Merge branch 'master' into v2.1
Diffstat (limited to 'src/jit')
-rw-r--r--src/jit/bcsave.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/bcsave.lua b/src/jit/bcsave.lua
index fa68bf56..8303263d 100644
--- a/src/jit/bcsave.lua
+++ b/src/jit/bcsave.lua
@@ -69,7 +69,7 @@ local map_arch = {
69 69
70local map_os = { 70local map_os = {
71 linux = true, windows = true, osx = true, freebsd = true, netbsd = true, 71 linux = true, windows = true, osx = true, freebsd = true, netbsd = true,
72 openbsd = true, solaris = true, 72 openbsd = true, dragonfly = true, solaris = true,
73} 73}
74 74
75local function checkarg(str, map, err) 75local function checkarg(str, map, err)