diff --git a/Userland/Libraries/LibWasm/AbstractMachine/AbstractMachine.cpp b/Userland/Libraries/LibWasm/AbstractMachine/AbstractMachine.cpp index af4a4dfd09..07a81d7fe9 100644 --- a/Userland/Libraries/LibWasm/AbstractMachine/AbstractMachine.cpp +++ b/Userland/Libraries/LibWasm/AbstractMachine/AbstractMachine.cpp @@ -286,6 +286,8 @@ InstantiationResult AbstractMachine::instantiate(Module const& module, Vectortype().limits().max(); max.has_value()) {