cdavis5x updated this revision to Diff 159607.
cdavis5x added a comment.
Rebasing against HEAD.
Repository:
rUNW libunwind
https://reviews.llvm.org/D50412
Files:
src/UnwindLevel1-gcc-ext.c
src/UnwindLevel1.c
Index: src/UnwindLevel1.c
cdavis5x created this revision.
cdavis5x added reviewers: mstorsjo, rnk, compnerd, smeenai.
Herald added subscribers: cfe-commits, christof.
`long` is too short on LLP64. We have to use `intptr_t` to
avoid truncating pointers.
Repository:
rUNW libunwind
https://reviews.llvm.org/D50412
Files: