Skip to content

Commit 317a2dd

Browse files
committed
fix
1 parent a034e60 commit 317a2dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/macos.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ impl ECMAScriptAtomicWaitImpl for Racy<'_, u32> {
7676
return i;
7777
}
7878
}
79+
count
7980
}
8081
}
8182

@@ -150,5 +151,6 @@ impl ECMAScriptAtomicWaitImpl for Racy<'_, u64> {
150151
return i;
151152
}
152153
}
154+
count
153155
}
154156
}

0 commit comments

Comments
 (0)