diff options
Diffstat (limited to 'src/wasm-s-parser.h')
-rw-r--r-- | src/wasm-s-parser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wasm-s-parser.h b/src/wasm-s-parser.h index 6be17f561..31abb8fb9 100644 --- a/src/wasm-s-parser.h +++ b/src/wasm-s-parser.h @@ -184,6 +184,8 @@ private: Expression* makeAtomicRMWOrCmpxchg(Element& s, WasmType type); Expression* makeAtomicRMW(Element& s, WasmType type, uint8_t bytes, const char* extra); Expression* makeAtomicCmpxchg(Element& s, WasmType type, uint8_t bytes, const char* extra); + Expression* makeAtomicWait(Element& s, WasmType type); + Expression* makeAtomicWake(Element& s); Expression* makeIf(Element& s); Expression* makeMaybeBlock(Element& s, size_t i, WasmType type); Expression* makeLoop(Element& s); |