diff options
Diffstat (limited to 'src/codegen')
| -rw-r--r-- | src/codegen/llvm.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/codegen/llvm.zig b/src/codegen/llvm.zig index 3e1be05d55..bf754c975b 100644 --- a/src/codegen/llvm.zig +++ b/src/codegen/llvm.zig @@ -2315,6 +2315,7 @@ pub const FuncGen = struct { .wrap_errunion_err => try self.airWrapErrUnionErr(inst), .wasm_memory_size => try self.airWasmMemorySize(inst), + .wasm_memory_grow => try self.airWasmMemoryGrow(inst), .constant => unreachable, .const_ty => unreachable, |
