diff options
Diffstat (limited to 'test/atomics.wast.fromBinary')
-rw-r--r-- | test/atomics.wast.fromBinary | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/atomics.wast.fromBinary b/test/atomics.wast.fromBinary index c2f9c5c45..2710c58d5 100644 --- a/test/atomics.wast.fromBinary +++ b/test/atomics.wast.fromBinary @@ -1,7 +1,7 @@ (module (type $none_=>_none (func)) (memory $0 (shared 23 256)) - (func $atomic-loadstore (; 0 ;) + (func $atomic-loadstore (local $0 i32) (local $1 i64) (drop @@ -68,7 +68,7 @@ (local.get $1) ) ) - (func $atomic-rmw (; 1 ;) + (func $atomic-rmw (local $0 i32) (local $1 i64) (drop @@ -102,7 +102,7 @@ ) ) ) - (func $atomic-cmpxchg (; 2 ;) + (func $atomic-cmpxchg (local $0 i32) (local $1 i64) (drop @@ -134,7 +134,7 @@ ) ) ) - (func $atomic-wait-notify (; 3 ;) + (func $atomic-wait-notify (local $0 i32) (local $1 i64) (drop @@ -178,7 +178,7 @@ ) ) ) - (func $atomic-fence (; 4 ;) + (func $atomic-fence (atomic.fence) ) ) |