| ... | @@ -4645,8 +4645,6 @@ pub const Object = struct { | ... | @@ -4645,8 +4645,6 @@ pub const Object = struct { |
| 4645 | else => {}, | 4645 | else => {}, |
| 4646 | .x86_64_interrupt, | 4646 | .x86_64_interrupt, |
| 4647 | .x86_interrupt, | 4647 | .x86_interrupt, |
| 4648 | .avr_interrupt, | | |
| 4649 | .m68k_interrupt, | | |
| 4650 | => { | 4648 | => { |
| 4651 | const child_type = try lowerType(o, Type.fromInterned(ptr_info.child)); | 4649 | const child_type = try lowerType(o, Type.fromInterned(ptr_info.child)); |
| 4652 | try attributes.addParamAttr(llvm_arg_i, .{ .byval = child_type }, &o.builder); | 4650 | try attributes.addParamAttr(llvm_arg_i, .{ .byval = child_type }, &o.builder); |