| ... | @@ -2058,8 +2058,8 @@ pub const F = struct { | ... | @@ -2058,8 +2058,8 @@ pub const F = struct { |
| 2058 | }, | 2058 | }, |
| 2059 | }; | 2059 | }; |
| 2060 | | 2060 | |
| 2061 | pub const SETSIG = if (is_hppa or native_arch == .alpha) 13 else 11; | 2061 | pub const SETSIG = if (is_hppa) 13 else 10; |
| 2062 | pub const GETSIG = if (is_hppa or native_arch == .alpha) 14 else 12; | 2062 | pub const GETSIG = if (is_hppa) 14 else 11; |
| 2063 | | 2063 | |
| 2064 | pub const SETOWN_EX = 15; | 2064 | pub const SETOWN_EX = 15; |
| 2065 | pub const GETOWN_EX = 16; | 2065 | pub const GETOWN_EX = 16; |