diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-02-24 15:52:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-24 15:52:56 -0500 |
| commit | e06cb31659ff5afd1e0b846fbaa852df2f5a0af4 (patch) | |
| tree | 18e085201d076dea7320365f47d79ebc00c589eb /src/arch/wasm/CodeGen.zig | |
| parent | 5ab5e2e6731a9f1198df6c53134545ccc6a6bbd3 (diff) | |
| parent | cbd5d6c704c03177be90a891fc8fd48e6966487b (diff) | |
| download | zig-e06cb31659ff5afd1e0b846fbaa852df2f5a0af4.tar.gz zig-e06cb31659ff5afd1e0b846fbaa852df2f5a0af4.zip | |
Merge pull request #10982 from Vexu/stage2
stage2: implement fieldParentPtr
Diffstat (limited to 'src/arch/wasm/CodeGen.zig')
| -rw-r--r-- | src/arch/wasm/CodeGen.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/wasm/CodeGen.zig b/src/arch/wasm/CodeGen.zig index 1fb7fc0e2f..888e78f8c2 100644 --- a/src/arch/wasm/CodeGen.zig +++ b/src/arch/wasm/CodeGen.zig @@ -1730,6 +1730,7 @@ fn genInst(self: *Self, inst: Air.Inst.Index) !WValue { .tag_name, .error_name, .errunion_payload_ptr_set, + .field_parent_ptr, // For these 4, probably best to wait until https://github.com/ziglang/zig/issues/10248 // is implemented in the frontend before implementing them here in the wasm backend. |
