| ... | @@ -872,10 +872,14 @@ const StackIterator = union(enum) { | ... | @@ -872,10 +872,14 @@ const StackIterator = union(enum) { |
| 872 | }; | 872 | }; |
| 873 | | 873 | |
| 874 | const fp_usability: FpUsability = switch (builtin.target.cpu.arch) { | 874 | const fp_usability: FpUsability = switch (builtin.target.cpu.arch) { |
| | 875 | .avr, |
| | 876 | .csky, |
| 875 | .mips, | 877 | .mips, |
| 876 | .mipsel, | 878 | .mipsel, |
| 877 | .mips64, | 879 | .mips64, |
| 878 | .mips64el, | 880 | .mips64el, |
| | 881 | .msp430, |
| | 882 | .xcore, |
| 879 | => .useless, | 883 | => .useless, |
| 880 | .hexagon, | 884 | .hexagon, |
| 881 | // The PowerPC ABIs don't actually strictly require a backchain pointer; they allow omitting | 885 | // The PowerPC ABIs don't actually strictly require a backchain pointer; they allow omitting |