This commit is contained in:
Andreas Rumpf
2020-05-16 17:03:25 +02:00
committed by GitHub
parent 7361e2627b
commit 7f377da1d2
3 changed files with 3 additions and 3 deletions

View File

@@ -107,7 +107,7 @@ template afterThreadRuns() =
when not defined(boehmgc) and not hasSharedHeap and not defined(gogc) and not defined(gcRegions):
proc deallocOsPages() {.rtl, raises: [].}
proc threadTrouble() {.raises: [].}
proc threadTrouble() {.raises: [], gcsafe.}
## defined in system/excpt.nim
when defined(boehmgc):