summaryrefslogtreecommitdiff
path: root/src/binary-reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary-reader.h')
-rw-r--r--src/binary-reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binary-reader.h b/src/binary-reader.h
index 08eced85..b5f97a8f 100644
--- a/src/binary-reader.h
+++ b/src/binary-reader.h
@@ -261,7 +261,7 @@ class BinaryReaderDelegate {
virtual Result OnReturnCallExpr(Index func_index) = 0;
virtual Result OnReturnCallIndirectExpr(Index sig_index,
Index table_index) = 0;
- virtual Result OnSelectExpr() = 0;
+ virtual Result OnSelectExpr(Type result_type) = 0;
virtual Result OnStoreExpr(Opcode opcode,
uint32_t alignment_log2,
Address offset) = 0;