diff options
-rw-r--r-- | doc/api.html | 10 |
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 | |||
318 | enable it <b>after</b> running <tt>luaL_openlibs</tt>. | 318 | enable it <b>after</b> running <tt>luaL_openlibs</tt>. |
319 | </p> | 319 | </p> |
320 | <p> | 320 | <p> |
321 | LuaJIT already intercepts exception handling for systems using | 321 | LuaJIT already intercepts exception handling for all x64 systems and |
322 | DWARF2 stack unwinding (e.g. Linux, OSX). This is a zero-cost mechanism | 322 | for x86 systems using DWARF2 stack unwinding (e.g. Linux, OSX). This |
323 | and always enabled. You don't need to use any wrapper functions, | 323 | is a zero-cost mechanism and always enabled. You don't need to use any |
324 | except when you want to get a more specific error message than | 324 | wrapper functions, except when you want to get a more specific error |
325 | <tt>"C++ exception"</tt>. | 325 | message than <tt>"C++ exception"</tt>. |
326 | </p> | 326 | </p> |
327 | <br class="flush"> | 327 | <br class="flush"> |
328 | </div> | 328 | </div> |