aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api.html b/doc/api.html
index 930cbed2..af438ad2 100644
--- a/doc/api.html
+++ b/doc/api.html
@@ -318,11 +318,11 @@ exceptions. If you're embedding LuaJIT into an application, only
318enable it <b>after</b> running <tt>luaL_openlibs</tt>. 318enable it <b>after</b> running <tt>luaL_openlibs</tt>.
319</p> 319</p>
320<p> 320<p>
321LuaJIT already intercepts exception handling for systems using 321LuaJIT already intercepts exception handling for all x64 systems and
322DWARF2 stack unwinding (e.g. Linux, OSX). This is a zero-cost mechanism 322for x86 systems using DWARF2 stack unwinding (e.g. Linux, OSX). This
323and always enabled. You don't need to use any wrapper functions, 323is a zero-cost mechanism and always enabled. You don't need to use any
324except when you want to get a more specific error message than 324wrapper functions, except when you want to get a more specific error
325<tt>"C++&nbsp;exception"</tt>. 325message than <tt>"C++&nbsp;exception"</tt>.
326</p> 326</p>
327<br class="flush"> 327<br class="flush">
328</div> 328</div>