[PATCH] D39074: [libunwind][MIPS]: Add support for unwinding in N32 processes.

John Baldwin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 27 06:05:04 PDT 2017


bsdjhb marked 2 inline comments as done.
bsdjhb added inline comments.


================
Comment at: include/__libunwind_config.h:62
+#  define _LIBUNWIND_CONTEXT_SIZE 35
+#  define _LIBUNWIND_CURSOR_SIZE 46
+#  define _LIBUNWIND_HIGHEST_DWARF_REGISTER 66
----------------
sdardis wrote:
> Shouldn't this 46 be 47?
No, the other parts of a cursor besides the register context use ILP32 layout for N32 instead of LP64.  In particular, I think N32 has less padding after the two 'bool' members at the end of UnwindCursor<>.


https://reviews.llvm.org/D39074





More information about the cfe-commits mailing list