mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-17 13:02:47 +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