diff options
-rw-r--r-- | lib/pure/concurrency/atomics.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/concurrency/atomics.nim b/lib/pure/concurrency/atomics.nim index 83459425b..29491f68c 100644 --- a/lib/pure/concurrency/atomics.nim +++ b/lib/pure/concurrency/atomics.nim @@ -134,7 +134,7 @@ else: # where available. type - Trivial = SomeNumber | bool | ptr | pointer + Trivial = SomeNumber | bool | enum | ptr | pointer # A type that is known to be atomic and whose size is known at # compile time to be 8 bytes or less |