mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-21 23:05:27 +00:00
* fixes #14209 [backport:1.2]
* improve stability
(cherry picked from commit 64e839d5fd)
This commit is contained in:
@@ -19,7 +19,7 @@ proc raiseDivByZero {.compilerproc, noinline.} =
|
||||
|
||||
{.pragma: nimbaseH, importc, nodecl, noSideEffect, compilerproc.}
|
||||
|
||||
when (defined(gcc) or defined(clang)) and not defined(nimEmulateOverflowChecks):
|
||||
when not defined(nimEmulateOverflowChecks):
|
||||
# take the #define from nimbase.h
|
||||
|
||||
proc nimAddInt(a, b: int, res: ptr int): bool {.nimbaseH.}
|
||||
|
||||
Reference in New Issue
Block a user