For support of newlib as the c library.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Please split the changes into two separate patches. The memset part is fine for commit. The ARM changes are not (yet).
src/Unwind/Registers.hpp | ||
---|---|---|
1549 | Why add the parameter name? Not having the name suppresses "unused variable" messages. |
Comment Actions
Ok, I'll split out the memset bit from the arm stuff (and hold off on that part for now).
Why add the parameter name? Not having the name suppresses "unused variable" messages.