aboutsummaryrefslogtreecommitdiff
path: root/src/arch/wasm/CodeGen.zig
diff options
context:
space:
mode:
authorVeikka Tuominen <git@vexu.eu>2022-02-19 19:21:49 +0200
committerVeikka Tuominen <git@vexu.eu>2022-02-19 20:48:00 +0200
commit27c63bf433f27b06bed92111cbc96e8574de8d11 (patch)
tree33a3ffae8217196b22d5fbe9786dee7a34bfbe7b /src/arch/wasm/CodeGen.zig
parent89f6ff177178dba4e66680227a02de7b4068123c (diff)
downloadzig-27c63bf433f27b06bed92111cbc96e8574de8d11.tar.gz
zig-27c63bf433f27b06bed92111cbc96e8574de8d11.zip
stage2: implement errunion_payload_ptr_set
Diffstat (limited to 'src/arch/wasm/CodeGen.zig')
-rw-r--r--src/arch/wasm/CodeGen.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/wasm/CodeGen.zig b/src/arch/wasm/CodeGen.zig
index 2bd6b92963..b776f30346 100644
--- a/src/arch/wasm/CodeGen.zig
+++ b/src/arch/wasm/CodeGen.zig
@@ -1725,6 +1725,7 @@ fn genInst(self: *Self, inst: Air.Inst.Index) !WValue {
.atomic_rmw,
.tag_name,
.error_name,
+ .errunion_payload_ptr_set,
// 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.