mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
llvm: fix lowering of avr_interrupt and m68k_interrupt callconvs
This commit is contained in:
parent
ed862b05ae
commit
1f11eed3d1
1 changed files with 0 additions and 2 deletions
|
|
@ -4645,8 +4645,6 @@ pub const Object = struct {
|
|||
else => {},
|
||||
.x86_64_interrupt,
|
||||
.x86_interrupt,
|
||||
.avr_interrupt,
|
||||
.m68k_interrupt,
|
||||
=> {
|
||||
const child_type = try lowerType(o, Type.fromInterned(ptr_info.child));
|
||||
try attributes.addParamAttr(llvm_arg_i, .{ .byval = child_type }, &o.builder);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue