mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
Revert d714cf3340 (#21273)
Turns out this was already fixed in #21964. I have no idea why GitHub showed an incorrect diff in #21273, or how applying the diff to master was even possible, but here we are.
This commit is contained in:
parent
ae5b1a9ca2
commit
5647dd84c1
1 changed files with 0 additions and 2 deletions
|
|
@ -75,8 +75,6 @@ pub const EXC = enum(exception_type_t) {
|
|||
CORPSE_NOTIFY: bool = false,
|
||||
_14: u18 = 0,
|
||||
|
||||
_padding: u19 = 0,
|
||||
|
||||
pub const MACHINE: MASK = @bitCast(@as(u32, 0));
|
||||
|
||||
pub const ALL: MASK = .{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue