This commit is contained in:
Araq
2017-10-16 12:45:43 +02:00
parent 4a7266e1c1
commit b219fc74ad
2 changed files with 4 additions and 4 deletions

View File

@@ -398,7 +398,7 @@ template afterThreadRuns() =
threadDestructionHandlers[i]()
when not defined(boehmgc) and not hasSharedHeap and not defined(gogc) and not defined(gcRegions):
proc deallocOsPages()
proc deallocOsPages() {.rtl.}
when defined(boehmgc):
type GCStackBaseProc = proc(sb: pointer, t: pointer) {.noconv.}