summaryrefslogtreecommitdiff
path: root/test/atomics.wast.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/atomics.wast.fromBinary')
-rw-r--r--test/atomics.wast.fromBinary12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/atomics.wast.fromBinary b/test/atomics.wast.fromBinary
index 2710c58d5..c9ce94c70 100644
--- a/test/atomics.wast.fromBinary
+++ b/test/atomics.wast.fromBinary
@@ -138,40 +138,40 @@
(local $0 i32)
(local $1 i64)
(drop
- (i32.atomic.wait
+ (memory.atomic.wait32
(local.get $0)
(local.get $0)
(local.get $1)
)
)
(drop
- (i32.atomic.wait offset=4
+ (memory.atomic.wait32 offset=4
(local.get $0)
(local.get $0)
(local.get $1)
)
)
(drop
- (atomic.notify
+ (memory.atomic.notify
(local.get $0)
(local.get $0)
)
)
(drop
- (atomic.notify offset=24
+ (memory.atomic.notify offset=24
(local.get $0)
(local.get $0)
)
)
(drop
- (i64.atomic.wait
+ (memory.atomic.wait64
(local.get $0)
(local.get $1)
(local.get $1)
)
)
(drop
- (i64.atomic.wait offset=16
+ (memory.atomic.wait64 offset=16
(local.get $0)
(local.get $1)
(local.get $1)