diff options
author | Mike Pall <mike> | 2014-10-07 16:18:46 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2014-10-07 16:18:46 +0200 |
commit | be64823d957bea318e374d7a16a3985158b76cbb (patch) | |
tree | 8e4865fc4f9491923596098d2d6b8991bee7c74e /src/jit | |
parent | 0de431e3f7ab6fa31a56042f2c10ababe0b2b4ab (diff) | |
parent | 4846a714a9b8e01bac8f9fc1de0eb2a5f00ea79b (diff) | |
download | luajit-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.lua | 2 |
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 | ||
70 | local map_os = { | 70 | local 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 | ||
75 | local function checkarg(str, map, err) | 75 | local function checkarg(str, map, err) |