mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 16:24:51 +00:00
llvm: fix lowering of avr_interrupt and m68k_interrupt callconvs
This commit is contained in:
parent
ed862b05ae
commit
1f11eed3d1
@ -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…
x
Reference in New Issue
Block a user