[PATCH] D41968: [libunwind][MIPS] Support MIPS floating-point registers for hard-float ABIs.
John Baldwin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 11 15:20:43 PST 2018
bsdjhb added inline comments.
================
Comment at: src/Registers.hpp:2659
+ uint32_t _padding;
+ double _floats[32];
+#endif
----------------
I chose to always use double here to avoid having different context sizes for the 32-bit vs 64-bit FPR cases.
https://reviews.llvm.org/D41968
More information about the cfe-commits
mailing list