Commit 1465b47fbd854a3d8d75e7a32b47a7e3c4539d14

Authored by dg
1 parent ea2ecb7f

better


git-svn-id: http://svn.net-core.org/repos/t-engine4@3871 51575b47-30f0-44d4-a5cc-537603b46e54
Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -24,7 +24,7 @@ if jit then
24 24 if jit_on then
25 25 require("jit.opt").start(2)
26 26 else
27   - jit.off()
  27 + pcall(jit.off)
28 28 print("Disabling JIT compiler because of:", err)
29 29 end
30 30 print("LuaVM:", jit.version, jit.arch)
... ...