summaryrefslogtreecommitdiffstats
path: root/libunwind/include/libunwind.h
diff options
context:
space:
mode:
Diffstat (limited to 'libunwind/include/libunwind.h')
-rw-r--r--libunwind/include/libunwind.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libunwind/include/libunwind.h b/libunwind/include/libunwind.h
index 4df418398f9..04840440d88 100644
--- a/libunwind/include/libunwind.h
+++ b/libunwind/include/libunwind.h
@@ -72,11 +72,10 @@ typedef struct unw_cursor_t unw_cursor_t;
typedef struct unw_addr_space *unw_addr_space_t;
typedef int unw_regnum_t;
+typedef uintptr_t unw_word_t;
#if defined(_LIBUNWIND_ARM_EHABI)
-typedef uint32_t unw_word_t;
typedef uint64_t unw_fpreg_t;
#else
-typedef uint64_t unw_word_t;
typedef double unw_fpreg_t;
#endif
OpenPOWER on IntegriCloud