| ... | @@ -169,6 +169,8 @@ pub const runtime_safety = switch (builtin.mode) { | ... | @@ -169,6 +169,8 @@ pub const runtime_safety = switch (builtin.mode) { |
| 169 | pub const sys_can_stack_trace = switch (builtin.cpu.arch) { | 169 | pub const sys_can_stack_trace = switch (builtin.cpu.arch) { |
| 170 | // Observed to go into an infinite loop. | 170 | // Observed to go into an infinite loop. |
| 171 | // TODO: Make this work. | 171 | // TODO: Make this work. |
| | 172 | .loongarch32, |
| | 173 | .loongarch64, |
| 172 | .mips, | 174 | .mips, |
| 173 | .mipsel, | 175 | .mipsel, |
| 174 | .mips64, | 176 | .mips64, |