diff options
Diffstat (limited to 'src/wasm-stack.h')
-rw-r--r-- | src/wasm-stack.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wasm-stack.h b/src/wasm-stack.h index 2a007739d..28c3a0836 100644 --- a/src/wasm-stack.h +++ b/src/wasm-stack.h @@ -122,7 +122,10 @@ public: MappedLocals mappedLocals; private: - void emitMemoryAccess(size_t alignment, size_t bytes, uint32_t offset); + void emitMemoryAccess(size_t alignment, + size_t bytes, + uint32_t offset, + Name memory); int32_t getBreakIndex(Name name); WasmBinaryWriter& parent; |