mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
Fix --gc:none with --cs:partial.
This commit is contained in:
@@ -308,7 +308,7 @@ elif defined(nogc):
|
||||
dest[] = src
|
||||
|
||||
var allocator {.rtlThreadVar.}: TMemRegion
|
||||
InstantiateForRegion(allocator)
|
||||
instantiateForRegion(allocator)
|
||||
|
||||
include "system/cellsets"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user