summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Pall <mike>2015-01-04 22:58:11 +0100
committerMike Pall <mike>2015-01-04 22:58:32 +0100
commit9caaf6595fce4204fb55d73a6e3bb34b43cd85a6 (patch)
tree7901c27af099fec153b4fb9f762e10bc2a1384a7 /doc
parentdb7cb5ab0ebf15f60e7b23e8edce95707fc451b1 (diff)
downloadluajit2-9caaf6595fce4204fb55d73a6e3bb34b43cd85a6.tar.gz
Fix docs.
Diffstat (limited to 'doc')
-rw-r--r--doc/ext_jit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ext_jit.html b/doc/ext_jit.html
index 098be5e0..434e41ba 100644
--- a/doc/ext_jit.html
+++ b/doc/ext_jit.html
@@ -151,7 +151,7 @@ Contains the target OS name:
<h3 id="jit_arch"><tt>jit.arch</tt></h3>
<p>
Contains the target architecture name:
-"x86", "x64" or "ppcspe".
+"x86", "x64", "arm", "ppc", "ppcspe", or "mips".
</p>
<h2 id="jit_opt"><tt>jit.opt.*</tt> &mdash; JIT compiler optimization control</h2>