diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2025-01-02 03:10:19 -0500 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2025-01-16 20:42:08 -0500 |
| commit | e5d5a8bc4ea6b27dc3540ad4800a1231ff50b33d (patch) | |
| tree | 114481f7bbf4d5e6a4703a7606f654dabb5df330 /test/behavior/call.zig | |
| parent | ac1a975f9b5a7d939663fa90556a2f038250c531 (diff) | |
| download | zig-e5d5a8bc4ea6b27dc3540ad4800a1231ff50b33d.tar.gz zig-e5d5a8bc4ea6b27dc3540ad4800a1231ff50b33d.zip | |
x86_64: implement switch jump tables
Diffstat (limited to 'test/behavior/call.zig')
| -rw-r--r-- | test/behavior/call.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/behavior/call.zig b/test/behavior/call.zig index ed0e07a85b..c8239ac53e 100644 --- a/test/behavior/call.zig +++ b/test/behavior/call.zig @@ -660,6 +660,7 @@ test "arguments pointed to on stack into tailcall" { switch (builtin.cpu.arch) { .wasm32, + .wasm64, .mips, .mipsel, .mips64, |
