
15 Dec
2014
15 Dec
'14
5:55 p.m.
Hi Simon,
2014-10-15 19:38 GMT+09:00 Simon Glass sjg@chromium.org:
Unfortunately 'unsigned long long' and 'uint64_t' are not necessarily compatible on 64-bit machines. Use the correct typedef instead of writing the supposed type out in full.
I doubt this statement.
I think "unsigned long long" always has 64bit width.
(C specification guarantees that the width of "unsigned long long" is greater or equal to 64 bit)
Could you tell me which toolchain violates it?
--
Best Regards
Masahiro Yamada