When floating point callee-saved registers were used, the frame pointer would incorrectly point to the bottom of the CSR space (containing saved floating-point registers), rather than to the frame record.
While all frame offsets were calculated consistently, resulting in working code, this prevented stack walkers from being about to traverse the frame list.
Can you comment what's going on here for posterity? :)