diff options
Diffstat (limited to 'src/wasm-builder.h')
-rw-r--r-- | src/wasm-builder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-builder.h b/src/wasm-builder.h index 4258b9336..3e61b1a36 100644 --- a/src/wasm-builder.h +++ b/src/wasm-builder.h @@ -309,6 +309,7 @@ public: notify->finalize(); return notify; } + AtomicFence* makeAtomicFence() { return allocator.alloc<AtomicFence>(); } Store* makeStore(unsigned bytes, uint32_t offset, unsigned align, |