Correct data types in the _Unwind_FunctionContext struct
authorMartin Storsjo <martin@martin.st>
Tue, 26 Sep 2017 08:07:17 +0000 (08:07 +0000)
committerMartin Storsjo <martin@martin.st>
Tue, 26 Sep 2017 08:07:17 +0000 (08:07 +0000)
commit3b6ea6a4e2bc5d7e7f453c34aa41d01d5153aad1
tree4506b261ec43e292cc80762d81d143f40dadcf14
parent0ecc984b1b319d44eee318c35d16ff4c3d520774
Correct data types in the _Unwind_FunctionContext struct

This makes it match the definition used within llvm and in libgcc,
we previously got the wrong layout in 64 bit environments.

Differential Revision: https://reviews.llvm.org/D38247

llvm-svn: 314196
libunwind/src/Unwind-sjlj.c