summaryrefslogtreecommitdiff
path: root/include/wabt/binary-reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wabt/binary-reader.h')
-rw-r--r--include/wabt/binary-reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wabt/binary-reader.h b/include/wabt/binary-reader.h
index ac0be7b4..1099e217 100644
--- a/include/wabt/binary-reader.h
+++ b/include/wabt/binary-reader.h
@@ -269,7 +269,7 @@ class BinaryReaderDelegate {
virtual Result OnLocalSetExpr(Index local_index) = 0;
virtual Result OnLocalTeeExpr(Index local_index) = 0;
virtual Result OnLoopExpr(Type sig_type) = 0;
- virtual Result OnMemoryCopyExpr(Index srcmemidx, Index destmemidx) = 0;
+ virtual Result OnMemoryCopyExpr(Index destmemidx, Index srcmemidx) = 0;
virtual Result OnDataDropExpr(Index segment_index) = 0;
virtual Result OnMemoryFillExpr(Index memidx) = 0;
virtual Result OnMemoryGrowExpr(Index memidx) = 0;