commit | b6346d2e2ede70a986068f9bcff93fabdce7bd75 | [log] [tgz] |
---|---|---|
author | Andreas Huber <andih@google.com> | Tue Oct 03 09:50:39 2017 -0700 |
committer | Andreas Huber <andih@google.com> | Tue Oct 03 09:50:39 2017 -0700 |
tree | 08725c9bdf878a2f67abe28be034bd3d99235d09 | |
parent | 560b2196d5df898c179b4ff015318a9515a933c9 [diff] |
Fix mac build. "u64" is either an unsigned long (in __LP64__ builds) or an unsigned long long (otherwise). This CL adds a format string "PRIext4u64" to be used in place of "PRIu64" when referring to a variable of type "u64". related-to-build Test: make Change-Id: I6ef911dda3ebdcc0f895c54325b8a82b57a62ee6