mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
std.debug: FP unwinding is impossible on alpha, microblaze, sh
This commit is contained in:
parent
d99cf5061c
commit
a689c38197
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user