diff options
Diffstat (limited to 'lib/system/excpt.nim')
-rwxr-xr-x | lib/system/excpt.nim | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/system/excpt.nim b/lib/system/excpt.nim index 938583bf7..9beeb659e 100755 --- a/lib/system/excpt.nim +++ b/lib/system/excpt.nim @@ -62,10 +62,7 @@ proc popCurrentException {.compilerRtl, inl.} = # some platforms have native support for stack traces: const nativeStackTrace = (defined(macosx) or defined(linux)) and - not nimrodStackTrace and false - -# `nativeStackTrace` does not work for me --> deactivated for now. Maybe for -# the next release version. + not nimrodStackTrace when nativeStacktrace: type |