diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2025-01-24 00:50:39 +0100 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2025-02-17 19:17:55 +0100 |
| commit | 2fe32ef847dd2f19113b86036357beeddbd08f05 (patch) | |
| tree | 911bf7a5f1fdef22457078eaf056cbbe2e66eafd /lib/std/builtin.zig | |
| parent | 5248f0a9095bac52b5a066c0ea0a317439e6cf2f (diff) | |
| download | zig-2fe32ef847dd2f19113b86036357beeddbd08f05.tar.gz zig-2fe32ef847dd2f19113b86036357beeddbd08f05.zip | |
std.Target: Remove Cpu.Arch.propeller2 and use a CPU feature instead.
Diffstat (limited to 'lib/std/builtin.zig')
| -rw-r--r-- | lib/std/builtin.zig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/std/builtin.zig b/lib/std/builtin.zig index f1e262012e..eae6c16ede 100644 --- a/lib/std/builtin.zig +++ b/lib/std/builtin.zig @@ -371,12 +371,9 @@ pub const CallingConvention = union(enum(u8)) { /// The standard `msp430` calling convention. msp430_eabi: CommonOptions, - /// The standard `propeller1` calling convention. + /// The standard `propeller` calling convention. propeller1_sysv: CommonOptions, - /// The standard `propeller2` calling convention. - propeller2_sysv: CommonOptions, - // Calling conventions for the `s390x` architecture. s390x_sysv: CommonOptions, s390x_sysv_vx: CommonOptions, |
