https://bugs.kde.org/show_bug.cgi?id=404843
--- Comment #2 from Julian Seward <jsew...@acm.org> --- This is ungood; but that said: if the number of FP registers involved is small and fixed (eg, it's only ever f0/f1/f2/f3 usw) then we might be able to fix it within the existing unwind framework, by adding the relevant FP registers to the set of registers that are unwound for s390. Basically that would mean adding the relevant registers to struct D3UnwindRegs, and then adding code to update the new values. -- You are receiving this mail because: You are watching all bug changes.