mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-09 14:32:53 +00:00
prevent bitmasks double included in mmdist if -d:nimArcDebug added (#17436)
This commit is contained in:
@@ -13,7 +13,8 @@ when defined(gcOrc) or defined(gcArc):
|
||||
type
|
||||
PCell = Cell
|
||||
|
||||
include bitmasks
|
||||
when not declaredInScope(PageShift):
|
||||
include bitmasks
|
||||
|
||||
else:
|
||||
type
|
||||
|
||||
Reference in New Issue
Block a user