diff --git a/doc/api.html b/doc/api.html index 1494d490..eee76afb 100644 --- a/doc/api.html +++ b/doc/api.html @@ -259,7 +259,7 @@ applies recursively to all sub-functions of the function with LUAJIT_MODE_ALLSUBFUNC.

-

luaJIT_setmode(L, trace,
+

luaJIT_setmode(L, trace,
  LUAJIT_MODE_TRACE|LUAJIT_MODE_FLUSH)

Flushes the specified root trace and all of its side traces from the cache. @@ -267,7 +267,7 @@ The code for the trace will be retained as long as there are any other traces which link to it.

-

luaJIT_setmode(L, idx, LUAJIT_MODE_WRAPCFUNC|flag)

+

luaJIT_setmode(L, idx, LUAJIT_MODE_WRAPCFUNC|flag)

This mode defines a wrapper function for calls to C functions. If called with LUAJIT_MODE_ON, the stack index at idx