Skip to content

Commit cf3106d

Browse files
committed
remove ez80 atomic comment
1 parent 4784e6b commit cf3106d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/zig.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4339,7 +4339,6 @@ typedef int zig_memory_order;
43394339
return val; \
43404340
}
43414341

4342-
/* The eZ80 does not support atomics beyond 8 bits */
43434342
zig_msvc_atomics( u8, uint8_t, char, 8, 8)
43444343
zig_msvc_atomics( i8, int8_t, char, 8, 8)
43454344
zig_msvc_atomics(u16, uint16_t, short, 16, 16)

0 commit comments

Comments
 (0)