diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2025-02-16 16:36:33 +0100 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2025-02-17 19:17:56 +0100 |
| commit | aa4ac2f85fc145dafcd4de18065bdfa28f17cea0 (patch) | |
| tree | e6263cfa267d09169364b810d253e112f8ca7274 /lib/std/builtin.zig | |
| parent | e0f8d4e68e159f3b33ab7397f54379345ec683a9 (diff) | |
| download | zig-aa4ac2f85fc145dafcd4de18065bdfa28f17cea0.tar.gz zig-aa4ac2f85fc145dafcd4de18065bdfa28f17cea0.zip | |
std.builtin: Rename CallingConvention.propeller1_sysv to propeller_sysv.
Diffstat (limited to 'lib/std/builtin.zig')
| -rw-r--r-- | lib/std/builtin.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/builtin.zig b/lib/std/builtin.zig index d8bb02dd01..dfa8862456 100644 --- a/lib/std/builtin.zig +++ b/lib/std/builtin.zig @@ -366,7 +366,7 @@ pub const CallingConvention = union(enum(u8)) { msp430_eabi: CommonOptions, /// The standard `propeller` calling convention. - propeller1_sysv: CommonOptions, + propeller_sysv: CommonOptions, // Calling conventions for the `s390x` architecture. s390x_sysv: CommonOptions, |
