diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2024-11-25 02:58:30 -0500 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2025-01-16 20:42:07 -0500 |
| commit | af1191ea8ba55a6eab53e0b561355bb116bdbf2d (patch) | |
| tree | 0bd2977ad2f8e379dcac7fdec5ba58e294bb06f5 /src/Compilation.zig | |
| parent | 257054a1467b2612725bd66852d84496024cf66c (diff) | |
| download | zig-af1191ea8ba55a6eab53e0b561355bb116bdbf2d.tar.gz zig-af1191ea8ba55a6eab53e0b561355bb116bdbf2d.zip | |
x86_64: rewrite
Diffstat (limited to 'src/Compilation.zig')
| -rw-r--r-- | src/Compilation.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Compilation.zig b/src/Compilation.zig index 77596e34ec..1260bc028f 100644 --- a/src/Compilation.zig +++ b/src/Compilation.zig @@ -3067,6 +3067,7 @@ pub fn saveState(comp: *Compilation) !void { // linker state switch (lf.tag) { .wasm => { + dev.check(link.File.Tag.wasm.devFeature()); const wasm = lf.cast(.wasm).?; const is_obj = comp.config.output_mode == .Obj; try bufs.ensureUnusedCapacity(85); |
