Skip to content

Commit ed26036

Browse files
authored
Merge pull request #999 from swiftwasm/maxd/enable-exclusivity
Re-enable exclusivity checking when targeting __wasm__
2 parents 4d45840 + fb663cb commit ed26036

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

stdlib/public/runtime/Exclusivity.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,7 @@
4747

4848
using namespace swift;
4949

50-
#ifdef __wasm__
51-
bool swift::_swift_disableExclusivityChecking = true;
52-
#else
5350
bool swift::_swift_disableExclusivityChecking = false;
54-
#endif
5551

5652
static const char *getAccessName(ExclusivityFlags flags) {
5753
switch (flags) {

0 commit comments

Comments
 (0)