zig

fork of https://codeberg.org/ziglang/zig
Log | Tree | Refs | README | LICENSE

commit 1d1e8e110582580b1a98aacfacf7a3358e56bd38 (tree)
parent bde68fdebc468a9977f18a3f2ba8b2e69b58bac2
Author: mlugg <mlugg@mlugg.co.uk>
Date:   Tue, 15 Oct 2024 21:58:17 +0100

link.Dwarf: handle `avr_signal` and `avr_builtin` callconvs

Diffstat:
Msrc/link/Dwarf.zig | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/link/Dwarf.zig b/src/link/Dwarf.zig @@ -3452,6 +3452,8 @@ fn updateType( .mips_interrupt, .riscv64_interrupt, .riscv32_interrupt, + .avr_builtin, + .avr_signal, .avr_interrupt, .csky_interrupt, .m68k_interrupt,