[libunwind] r270925 - Fix gcc libunwind build.

Jonathan Roelofs via cfe-commits cfe-commits at lists.llvm.org
Thu May 26 14:53:49 PDT 2016



On 5/26/16 3:45 PM, Asiri Rathnayake via cfe-commits wrote:
>     struct blk_count {
> -    static const uint32_t count =
> +    static const uint64_t count =
>         (sizeof(T) + sizeof(uint64_t) -

Should that be 'size_t' instead?


Jon

-- 
Jon Roelofs
jonathan at codesourcery.com
CodeSourcery / Mentor Embedded


More information about the cfe-commits mailing list