diff options
Diffstat (limited to 'lib/system/gc.nim')
-rw-r--r-- | lib/system/gc.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/gc.nim b/lib/system/gc.nim index 0b22d1431..7be9f4b1f 100644 --- a/lib/system/gc.nim +++ b/lib/system/gc.nim @@ -682,7 +682,7 @@ proc gcMark(gch: var GcHeap, p: pointer) {.inline.} = `CLANG_NO_SANITIZE_ADDRESS` in `lib/nimbase.h`. ]# proc markStackAndRegisters(gch: var GcHeap) {.noinline, cdecl, - codegenDecl: "CLANG_NO_SANITIZE_ADDRESS $# $#$#".} = + codegenDecl: "CLANG_NO_SANITIZE_ADDRESS N_LIB_PRIVATE $# $#$#".} = forEachStackSlot(gch, gcMark) proc collectZCT(gch: var GcHeap): bool = |