mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
fixes tlocals regression
This commit is contained in:
@@ -22,7 +22,7 @@ type
|
||||
proc pluginMatches(p: Plugin; s: PSym): bool =
|
||||
if s.name.id != p.fn.id:
|
||||
return false
|
||||
let module = s.owner.skipGenericOwner
|
||||
let module = s.skipGenericOwner
|
||||
if module == nil or module.kind != skModule or
|
||||
module.name.id != p.module.id:
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user