summaryrefslogtreecommitdiff
path: root/src/type-checker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/type-checker.h')
-rw-r--r--src/type-checker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/type-checker.h b/src/type-checker.h
index d33d9b7e..e02107a3 100644
--- a/src/type-checker.h
+++ b/src/type-checker.h
@@ -59,6 +59,7 @@ class TypeChecker {
Result GetLabel(Index depth, Label** out_label);
Result BeginFunction(const TypeVector& sig);
+ Result OnAtomicFence(uint32_t consistency_model);
Result OnAtomicLoad(Opcode);
Result OnAtomicNotify(Opcode);
Result OnAtomicStore(Opcode);