cranelift: Add atomic_cas to interpreter (#5875)

As per issue #5818, atomic_cas was implemented without specific regard for thread safety.
This commit is contained in:
Jan-Justin van Tonder
2023-02-25 15:36:49 +01:00
committed by GitHub
parent e9095050be
commit 66cb13cb4b
2 changed files with 19 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
test interpret
test run
target s390x