std.debug: FP unwinding is impossible on alpha, microblaze, sh

This commit is contained in:
Alex Rønne Petersen 2025-10-20 03:44:10 +02:00
parent d99cf5061c
commit a689c38197
No known key found for this signature in database

View File

@ -872,13 +872,18 @@ const StackIterator = union(enum) {
};
const fp_usability: FpUsability = switch (builtin.target.cpu.arch) {
.alpha,
.avr,
.csky,
.microblaze,
.microblazeel,
.mips,
.mipsel,
.mips64,
.mips64el,
.msp430,
.sh,
.sheb,
.xcore,
=> .useless,
.hexagon,