mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
Sema: minor cleanup
This commit is contained in:
parent
cb48376bec
commit
d466c08e05
@ -9877,8 +9877,8 @@ fn funcCommon(
|
|||||||
.avr_interrupt,
|
.avr_interrupt,
|
||||||
.csky_interrupt,
|
.csky_interrupt,
|
||||||
.m68k_interrupt,
|
.m68k_interrupt,
|
||||||
|
.avr_signal,
|
||||||
=> return sema.fail(block, param_src, "parameters are not allowed with '{s}' calling convention", .{@tagName(cc_resolved)}),
|
=> return sema.fail(block, param_src, "parameters are not allowed with '{s}' calling convention", .{@tagName(cc_resolved)}),
|
||||||
.avr_signal => return sema.fail(block, param_src, "parameters are not allowed with '{s}' calling convention", .{@tagName(cc_resolved)}),
|
|
||||||
else => {},
|
else => {},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user