DescriptionS390: Change printf format specifier for size_t in heap.cc and spaces.cc
On S390, GCC seems to treat size_t as 'long_unsigned_int'. Which conflicts with the %d format specifier since that expects an 'int'. So changing the macro to PRIuS. This seems to fix the issue while retaining the expected behaviour for all other systems.
R=mlippautz@chromium.org, hpayer@chromium.org
BUG=none
Review-Url: https://codereview.chromium.org/2759963003
Cr-Commit-Position: refs/heads/master@{#43988}
Committed: https://chromium.googlesource.com/v8/v8/+/e25ac28747d81f92d1f443213db2b87c3fd92f2c
Patch Set 1 #
Messages
Total messages: 7 (3 generated)
|