diff options
| -rw-r--r-- | libunwind/src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwind/src/config.h b/libunwind/src/config.h index 7aedb347a2b..a50222f7c90 100644 --- a/libunwind/src/config.h +++ b/libunwind/src/config.h @@ -131,7 +131,7 @@ template <typename _Type, typename _Mem> struct check_fit { template <typename T> struct blk_count { - static const uint64_t count = + static const size_t count = (sizeof(T) + sizeof(uint64_t) - 1) / sizeof(uint64_t); }; static const bool does_fit = |

