diff options
| author | dweiller <4678790+dweiller@users.noreply.github.com> | 2023-11-19 01:35:59 +1100 |
|---|---|---|
| committer | Veikka Tuominen <git@vexu.eu> | 2023-11-19 00:12:43 +0200 |
| commit | 325e0f5f0e8a9ce2540ec3ec5b7cbbecac15257a (patch) | |
| tree | 18e1e7532f65c60d8e245a81225cd5ab016f7a3b /src/Sema.zig | |
| parent | 4e212f16506b88d934d9a0c559fa6b2e0e88574e (diff) | |
| download | zig-325e0f5f0e8a9ce2540ec3ec5b7cbbecac15257a.tar.gz zig-325e0f5f0e8a9ce2540ec3ec5b7cbbecac15257a.zip | |
test: check compile errors when compilation has no errors
Diffstat (limited to 'src/Sema.zig')
| -rw-r--r-- | src/Sema.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Sema.zig b/src/Sema.zig index d13770940e..9672f1bae0 100644 --- a/src/Sema.zig +++ b/src/Sema.zig @@ -6173,6 +6173,7 @@ fn zirSetAlignStack(sema: *Sema, block: *Block, extended: Zir.Inst.Extended.Inst }; return sema.failWithOwnedErrorMsg(block, msg); } + sema.prev_stack_alignment_src = src; const ip = &mod.intern_pool; const a = ip.funcAnalysis(sema.func_index); |
