x86_64: implement switch jump tables
This commit is contained in:
@@ -83,7 +83,7 @@ test "wrapping multiplication" {
|
||||
if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest;
|
||||
|
||||
// TODO: once #9660 has been solved, remove this line
|
||||
if (builtin.cpu.arch == .wasm32) return error.SkipZigTest;
|
||||
if (builtin.cpu.arch.isWasm()) return error.SkipZigTest;
|
||||
|
||||
const S = struct {
|
||||
fn doTheTest() !void {
|
||||
|
||||
Reference in New Issue
Block a user