summaryrefslogtreecommitdiff
path: root/src/jit
diff options
context:
space:
mode:
authorMike Pall <mike>2014-10-07 16:17:29 +0200
committerMike Pall <mike>2014-10-07 16:17:29 +0200
commit4846a714a9b8e01bac8f9fc1de0eb2a5f00ea79b (patch)
tree8ec2daae67277bddbafc0c8e3b71a691cb48baba /src/jit
parentcb886b58176dc5cd969f512d1a633f06d7120941 (diff)
downloadluajit2-4846a714a9b8e01bac8f9fc1de0eb2a5f00ea79b.tar.gz
Fix DragonFly build (unsupported).
Thanks to Robin Hahling, Alex Hornung and Joris Giovannangeli.
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 f55bda97..122bb24b 100644
--- a/src/jit/bcsave.lua
+++ b/src/jit/bcsave.lua
@@ -69,7 +69,7 @@ local map_arch = {
local map_os = {
linux = true, windows = true, osx = true, freebsd = true, netbsd = true,
- openbsd = true, solaris = true,
+ openbsd = true, dragonfly = true, solaris = true,
}
local function checkarg(str, map, err)