diff options
Diffstat (limited to 'src/wasm/wasm.cpp')
-rw-r--r-- | src/wasm/wasm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm/wasm.cpp b/src/wasm/wasm.cpp index 433803772..ac3623cee 100644 --- a/src/wasm/wasm.cpp +++ b/src/wasm/wasm.cpp @@ -558,7 +558,7 @@ void Drop::finalize() { void Host::finalize() { switch (op) { - case PageSize: case CurrentMemory: case HasFeature: { + case CurrentMemory: { type = i32; break; } |