diff options
Diffstat (limited to 'src/wasm/wasm.cpp')
-rw-r--r-- | src/wasm/wasm.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wasm/wasm.cpp b/src/wasm/wasm.cpp index 4975f4597..c42a1089d 100644 --- a/src/wasm/wasm.cpp +++ b/src/wasm/wasm.cpp @@ -857,6 +857,10 @@ void TableSet::finalize() { } } +void TableSize::finalize() { + // Nothing to do - the type must have been set already during construction. +} + void Try::finalize() { // If none of the component bodies' type is a supertype of the others, assume // the current type is already correct. TODO: Calculate a proper LUB. |