summaryrefslogtreecommitdiff
path: root/src/binary-reader-logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary-reader-logging.h')
-rw-r--r--src/binary-reader-logging.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/binary-reader-logging.h b/src/binary-reader-logging.h
index 7b9346d4..9f8ccf89 100644
--- a/src/binary-reader-logging.h
+++ b/src/binary-reader-logging.h
@@ -189,12 +189,12 @@ class BinaryReaderLogging : public BinaryReaderDelegate {
Result OnTryExpr(Index num_types, Type* sig_types) override;
Result OnUnaryExpr(Opcode opcode) override;
Result OnUnreachableExpr() override;
- Result OnWaitExpr(Opcode opcode,
- uint32_t alignment_log2,
- Address offset) override;
- Result OnWakeExpr(Opcode opcode,
- uint32_t alignment_log2,
- Address offset) override;
+ Result OnAtomicWaitExpr(Opcode opcode,
+ uint32_t alignment_log2,
+ Address offset) override;
+ Result OnAtomicWakeExpr(Opcode opcode,
+ uint32_t alignment_log2,
+ Address offset) override;
Result EndFunctionBody(Index index) override;
Result EndCodeSection() override;