diff options
author | Mike Pall <mike> | 2015-01-04 22:58:11 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2015-01-04 22:58:32 +0100 |
commit | 9caaf6595fce4204fb55d73a6e3bb34b43cd85a6 (patch) | |
tree | 7901c27af099fec153b4fb9f762e10bc2a1384a7 /doc | |
parent | db7cb5ab0ebf15f60e7b23e8edce95707fc451b1 (diff) | |
download | luajit-9caaf6595fce4204fb55d73a6e3bb34b43cd85a6.tar.gz luajit-9caaf6595fce4204fb55d73a6e3bb34b43cd85a6.tar.bz2 luajit-9caaf6595fce4204fb55d73a6e3bb34b43cd85a6.zip |
Fix docs.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ext_jit.html | 2 |
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: | |||
151 | <h3 id="jit_arch"><tt>jit.arch</tt></h3> | 151 | <h3 id="jit_arch"><tt>jit.arch</tt></h3> |
152 | <p> | 152 | <p> |
153 | Contains the target architecture name: | 153 | Contains the target architecture name: |
154 | "x86", "x64" or "ppcspe". | 154 | "x86", "x64", "arm", "ppc", "ppcspe", or "mips". |
155 | </p> | 155 | </p> |
156 | 156 | ||
157 | <h2 id="jit_opt"><tt>jit.opt.*</tt> — JIT compiler optimization control</h2> | 157 | <h2 id="jit_opt"><tt>jit.opt.*</tt> — JIT compiler optimization control</h2> |